aboutsummaryrefslogtreecommitdiff
path: root/src/operate.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-17 20:10:41 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-17 20:10:41 -0300
commitb912ba995c2175b00393f95388ae2ec1afd0494b (patch)
tree20c9eae485c1a365e83db0bcce45f6c691bd4b54 /src/operate.cc
parent56bdec57609cd00d7827a3008a9c6b06707097ca (diff)
downloadgame-b912ba995c2175b00393f95388ae2ec1afd0494b.tar.gz
game-b912ba995c2175b00393f95388ae2ec1afd0494b.zip
TPlayer constructor and destructor
Diffstat (limited to 'src/operate.cc')
-rw-r--r--src/operate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/operate.cc b/src/operate.cc
index 18829a3..7dc1fef 100644
--- a/src/operate.cc
+++ b/src/operate.cc
@@ -5,7 +5,6 @@
#include "stubs.hh"
#include <dirent.h>
-#include <time.h>
static fifo<TStatement> Statements(1024);
static fifo<TListener> Listeners(1024);