diff options
author | Christophe Grenier <[email protected]> | 2009-02-03 09:29:29 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-02-03 09:29:29 +0100 |
commit | 203df0e3a588f01ebfb60428eb1a5ab258a4969d (patch) | |
tree | 022c7facc406d0eea910638c7b41355964ee8549 /src/dirpart.c | |
parent | c6e94c6adfe071f4510190069638d70d59675f42 (diff) |
Fix some compilation warnings
Diffstat (limited to 'src/dirpart.c')
-rw-r--r-- | src/dirpart.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dirpart.c b/src/dirpart.c index e19b9a33..0318c98c 100644 --- a/src/dirpart.c +++ b/src/dirpart.c @@ -26,21 +26,9 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif #include "types.h" #include "common.h" #include "fat.h" -#include "lang.h" -#include "fnctdsk.h" -#include "testdisk.h" #include "intrf.h" #ifdef HAVE_NCURSES #include "intrfn.h" |