X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitserver.c;fp=citadel%2Fcitserver.c;h=ace58c5e713a35404bb8c42eb4daeb21d60d0cfc;hp=e5029fe51566f46a132fa598641f8a9ce6c3985f;hb=ada8144bf852768101effe5657d13c36b1ed1f6f;hpb=d4cb5c8734129f39c1e79f3a93d9cfc7db5ae058 diff --git a/citadel/citserver.c b/citadel/citserver.c index e5029fe51..ace58c5e7 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1,7 +1,7 @@ /* * Main source module for the Citadel server * - * Copyright (c) 1987-2011 by the citadel.org team + * Copyright (c) 1987-2014 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -14,17 +14,7 @@ #include #include "sysdep.h" -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - +#include #if HAVE_BACKTRACE #include #endif