diff options
-rw-r--r-- | src/file_apa.c | 3 | ||||
-rw-r--r-- | src/file_class.c | 3 | ||||
-rw-r--r-- | src/file_dxf.c | 3 | ||||
-rw-r--r-- | src/file_edb.c | 3 | ||||
-rw-r--r-- | src/file_ico.c | 3 | ||||
-rw-r--r-- | src/file_ifo.c | 3 | ||||
-rw-r--r-- | src/file_ttf.c | 3 | ||||
-rw-r--r-- | src/file_xv.c | 3 |
8 files changed, 0 insertions, 24 deletions
diff --git a/src/file_apa.c b/src/file_apa.c index 0316043..e7b001f 100644 --- a/src/file_apa.c +++ b/src/file_apa.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_class.c b/src/file_class.c index 9c0116f..a886c77 100644 --- a/src/file_class.c +++ b/src/file_class.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_dxf.c b/src/file_dxf.c index 82158b2..e06479e 100644 --- a/src/file_dxf.c +++ b/src/file_dxf.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_edb.c b/src/file_edb.c index 920e324..cd38f99 100644 --- a/src/file_edb.c +++ b/src/file_edb.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_ico.c b/src/file_ico.c index fe782d8..bf06af2 100644 --- a/src/file_ico.c +++ b/src/file_ico.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_ifo.c b/src/file_ifo.c index 4a8075a..1f13e6a 100644 --- a/src/file_ifo.c +++ b/src/file_ifo.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "filegen.h" diff --git a/src/file_ttf.c b/src/file_ttf.c index 8623623..97265af 100644 --- a/src/file_ttf.c +++ b/src/file_ttf.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" diff --git a/src/file_xv.c b/src/file_xv.c index 5177325..236a60d 100644 --- a/src/file_xv.c +++ b/src/file_xv.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include <string.h> #endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif #include <stdio.h> #include "types.h" #include "common.h" |