Silenced a compiler warning by bringing in the correct include files.
authorArt Cancro <ajc@citadel.org>
Tue, 8 Aug 2023 21:57:39 +0000 (17:57 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 8 Aug 2023 21:57:39 +0000 (17:57 -0400)
citadel/server/usetable.c

index 9caea834ddd2306b539c8320b9afc9a5dcd83bea..816f76e098c4b5ca798b4dca40047f0038b3979d 100644 (file)
@@ -6,15 +6,13 @@
 // is subject to the terms of the GNU General Public License, version 3.
 
 
-#include "sysdep.h"
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/stat.h>
 #include <stdio.h>
-#include <syslog.h>
 #include <libcitadel.h>
-#include "database.h"
-#include "server.h"
+
+#include "citserver.h"
+#include "ctdl_module.h"
+#include "config.h"
+#include "control.h"
 
 
 // Has an item already been seen (is it in the CDB_USETABLE) ?