summaryrefslogtreecommitdiff
path: root/otk/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/util.hh')
-rw-r--r--otk/util.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/otk/util.hh b/otk/util.hh
index e00a4e1b..22d45fba 100644
--- a/otk/util.hh
+++ b/otk/util.hh
@@ -5,17 +5,6 @@
extern "C" {
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else // !TIME_WITH_SYS_TIME
-# ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-# else // !HAVE_SYS_TIME_H
-# include <time.h>
-# endif // HAVE_SYS_TIME_H
-#endif // TIME_WITH_SYS_TIME
}
#include <string>