diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
| commit | 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch) | |
| tree | 4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /editor/editor-main.cpp | |
| parent | 80a67230fe192287503092a3d256aea3a494409c (diff) | |
chore: fix compiler warnings + extra includes
Diffstat (limited to 'editor/editor-main.cpp')
| -rw-r--r-- | editor/editor-main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor-main.cpp b/editor/editor-main.cpp index 2dee016..4e26472 100644 --- a/editor/editor-main.cpp +++ b/editor/editor-main.cpp @@ -3,10 +3,8 @@ #include "arg-handler.hpp" #include "plugins.hpp" #include "editor.hpp" -#include "event.hpp" #include "game.hpp" #include "game-settings.hpp" -#include "window-types.hpp" void signal_handler(int signal_num) { fprintf(stdout, "Received signal: %d - shutting down\n", signal_num); |
