summaryrefslogtreecommitdiff
path: root/src/arg-handler.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
commit5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch)
tree4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/arg-handler.cpp
parent80a67230fe192287503092a3d256aea3a494409c (diff)
chore: fix compiler warnings + extra includes
Diffstat (limited to 'src/arg-handler.cpp')
-rw-r--r--src/arg-handler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arg-handler.cpp b/src/arg-handler.cpp
index 3bd1ac3..24695fe 100644
--- a/src/arg-handler.cpp
+++ b/src/arg-handler.cpp
@@ -1,7 +1,6 @@
#include "arg-handler.hpp"
#include "game-settings.hpp"
-#include "level.hpp"
#include <cstdio>
#include <getopt.h>