Skip to content

Commit

Permalink
"#pragma once" in *.cpp files removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Oct 21, 2024
1 parent 5dad509 commit 36c1159
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 36c1159

Please sign in to comment.