From: Art Cancro Date: Tue, 8 Aug 2023 21:57:39 +0000 (-0400) Subject: Silenced a compiler warning by bringing in the correct include files. X-Git-Tag: v989~93 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3f21ad4430fcc2c08473d1c053db9ac403e6a833;p=citadel.git Silenced a compiler warning by bringing in the correct include files. --- diff --git a/citadel/server/usetable.c b/citadel/server/usetable.c index 9caea834d..816f76e09 100644 --- a/citadel/server/usetable.c +++ b/citadel/server/usetable.c @@ -6,15 +6,13 @@ // is subject to the terms of the GNU General Public License, version 3. -#include "sysdep.h" -#include -#include -#include #include -#include #include -#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) ?