Skip to content

Commit

Permalink
Remove #pragma once from source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjbailey committed Mar 6, 2024
1 parent 81fd3d7 commit 8d898f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions ear-production-suite-plugins/plugins/hoa/src/pyramid_box.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "pyramid_box.hpp"

#include "components/look_and_feel/colours.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "element_view.hpp"

#include "../../shared/components/look_and_feel/colours.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "JuceHeader.h"

#include "element_view_list.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "elements_container.hpp"

#include "helper/move.hpp"
Expand Down
2 changes: 0 additions & 2 deletions shared/components/speaker_layer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "speaker_layer.hpp"

namespace ear {
Expand Down

0 comments on commit 8d898f5

Please sign in to comment.