diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common.c b/src/common.c index 0fe37386..f91b08ab 100644 --- a/src/common.c +++ b/src/common.c @@ -32,23 +32,16 @@ #ifdef HAVE_MALLOC_H #include <malloc.h> #endif -#include <stdarg.h> #include "types.h" #include "common.h" -#include "lang.h" -#include <ctype.h> /* tolower */ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif #ifdef __MINGW32__ #ifdef HAVE_IO_H #include <io.h> #endif #endif -#include "intrf.h" #include "log.h" static unsigned int up2power_aux(const unsigned int number); |