From aaf198773fd8e041b0976cc0682e83f8acf394d0 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 1 Jul 2025 20:41:31 -0300 Subject: beginning of `query.cc` --- src/crplayer.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/crplayer.cc') diff --git a/src/crplayer.cc b/src/crplayer.cc index a53e676..e5874be 100644 --- a/src/crplayer.cc +++ b/src/crplayer.cc @@ -8,8 +8,6 @@ #include "threads.hh" #include "writer.hh" -#include "stubs.hh" - static Semaphore PlayerMutex(1); static vector PlayerList(0, 100, 10, NULL); static int FirstFreePlayer; -- cgit v1.2.3