aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-07-01 09:26:06 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-07-01 09:26:39 -0300
commit5cfe00df82a69f44187b1cd77fe3d6865cf3425f (patch)
tree395527bb97a908035ef9d6b1eb354b591005264f /src/main.cc
parent6243967f1fac3af8ed3e72790cabed0f79978bdb (diff)
downloadgame-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.tar.gz
game-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.zip
`reader.cc`
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index c64838a..2875e94 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -9,10 +9,9 @@
#include "objects.hh"
#include "operate.hh"
#include "query.hh"
+#include "reader.hh"
#include "writer.hh"
-#include "stubs.hh"
-
#include <signal.h>
#include <sys/stat.h>
#include <sys/time.h>