X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Ftools.c;h=4eda91bffbb2f2af29734781884e59ab125df4f2;hb=08ba80225e23f3277c4db18c53de2468c7ecc228;hp=2b5066d95fcde99bbffaad31153223dca81b1989;hpb=47eb37d982e741de6761afea7d50183dc8e719b2;p=citadel.git diff --git a/libcitadel/lib/tools.c b/libcitadel/lib/tools.c index 2b5066d95..4eda91bff 100644 --- a/libcitadel/lib/tools.c +++ b/libcitadel/lib/tools.c @@ -1,7 +1,7 @@ // A basic toolset containing miscellaneous functions for string manipluation, // encoding/decoding, and a bunch of other stuff. // -// Copyright (c) 1987-2022 by the citadel.org team +// Copyright (c) 1987-2023 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -16,21 +16,9 @@ #include #include #include - -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - +#include #include "libcitadel.h" - #define TRUE 1 #define FALSE 0