Skip to content

Commit

Permalink
[Config] Removed pragma once in various cpp files. (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen authored Oct 28, 2024
1 parent e54d371 commit 6b856b6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "reader_attribute_builder.h"
#include "ecal/ecal_process.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "writer_attribute_builder.h"
#include "ecal/ecal_process.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "shm_attribute_builder.h"

namespace eCAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "tcp_attribute_builder.h"

namespace eCAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "udp_attribute_builder.h"
#include "ecal/types/ecal_custom_data_types.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "data_reader_tcp_attribute_builder.h"

namespace eCAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* ========================= eCAL LICENSE =================================
*/

#pragma once

#include "udp_attribute_builder.h"

namespace eCAL
Expand Down

0 comments on commit 6b856b6

Please sign in to comment.