X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futillib%2Fcitadel_dirs.c;fp=citadel%2Futillib%2Fcitadel_dirs.c;h=17115df40075354d2f0490b314b5d05c78256247;hp=ff624707408c15484dd1051169705489c714323c;hb=ada8144bf852768101effe5657d13c36b1ed1f6f;hpb=d4cb5c8734129f39c1e79f3a93d9cfc7db5ae058 diff --git a/citadel/utillib/citadel_dirs.c b/citadel/utillib/citadel_dirs.c index ff6247074..17115df40 100644 --- a/citadel/utillib/citadel_dirs.c +++ b/citadel/utillib/citadel_dirs.c @@ -1,7 +1,7 @@ /* * citadel_dirs.c : calculate pathnames for various files used in the Citadel system * - * Copyright (c) 1987-2012 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. @@ -17,22 +17,9 @@ #include #include #include - -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - +#include #include #include - - #include "citadel.h" /* our directories... */