Skip to content

Commit

Permalink
Removed #ifndef inclusion protection from commands.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar139 committed Apr 16, 2024
1 parent 0fbebef commit 73e150b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions OPHD/Command/Commands.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#ifndef commands
#define commands

#include "Command.h"
#include <NAS2D/EventHandler.h>
#include <NAS2D/Signal/Signal.h>
Expand Down Expand Up @@ -110,4 +107,3 @@ class NullCommand : public Command
// Do nothing
}
};
#endif
2 changes: 0 additions & 2 deletions OPHD/States/MapViewState.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
#include "../UI/NavControl.h"
#include "../UI/CheatMenu.h"

#include "../Command/Command.h"
#include "../Command/KeyboardInputHandler.h"
#include "../Command/Commands.cpp"

#include <libOPHD/Population/PopulationPool.h>
#include <libOPHD/Population/Population.h>
Expand Down

0 comments on commit 73e150b

Please sign in to comment.