From 2b2f4bf3d78c037aee2ea25ebd5a0a5c8d08bb18 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Fri, 19 Apr 2013 08:18:30 +0200 Subject: [PATCH] Remove unnecessary time.h header inclusion --- src/file_apa.c | 3 --- src/file_class.c | 3 --- src/file_dxf.c | 3 --- src/file_edb.c | 3 --- src/file_ico.c | 3 --- src/file_ifo.c | 3 --- src/file_ttf.c | 3 --- src/file_xv.c | 3 --- 8 files changed, 24 deletions(-) diff --git a/src/file_apa.c b/src/file_apa.c index 0316043d..e7b001fe 100644 --- a/src/file_apa.c +++ b/src/file_apa.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_class.c b/src/file_class.c index 9c0116f4..a886c77f 100644 --- a/src/file_class.c +++ b/src/file_class.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_dxf.c b/src/file_dxf.c index 82158b2c..e06479eb 100644 --- a/src/file_dxf.c +++ b/src/file_dxf.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_edb.c b/src/file_edb.c index 920e3248..cd38f992 100644 --- a/src/file_edb.c +++ b/src/file_edb.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_ico.c b/src/file_ico.c index fe782d8a..bf06af22 100644 --- a/src/file_ico.c +++ b/src/file_ico.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_ifo.c b/src/file_ifo.c index 4a8075a7..1f13e6ad 100644 --- a/src/file_ifo.c +++ b/src/file_ifo.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "filegen.h" diff --git a/src/file_ttf.c b/src/file_ttf.c index 86236230..97265af0 100644 --- a/src/file_ttf.c +++ b/src/file_ttf.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h" diff --git a/src/file_xv.c b/src/file_xv.c index 51773253..236a60dc 100644 --- a/src/file_xv.c +++ b/src/file_xv.c @@ -26,9 +26,6 @@ #ifdef HAVE_STRING_H #include #endif -#ifdef HAVE_TIME_H -#include -#endif #include #include "types.h" #include "common.h"