diff options
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dict.c b/lib/dict.c index 1c687292f..b7efa02a1 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -38,8 +38,6 @@ #include <sys/stat.h> #endif -#include <errno.h> - #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <time.h> #include <io.h> |