X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffile-type.c;h=9fc7c524bd40a61237e190349064ac576cadac9b;hb=53ed71f6a1cc4207b1972b73e4b5e1e830c8119d;hp=0a6c3ee77e5d88f4c50f8ee95c587d08463272d7;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/file-type.c b/lib/file-type.c index 0a6c3ee77..9fc7c524b 100644 --- a/lib/file-type.c +++ b/lib/file-type.c @@ -1,7 +1,7 @@ /* Return a string describing the type of a file. - Copyright (C) 1993, 1994, 2001, 2002, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1993, 1994, 2001, 2002, 2004, 2005, 2006 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,14 +19,10 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "file-type.h" -#include "stat-macros.h" - #include #define _(text) gettext (text)