summaryrefslogtreecommitdiff
path: root/otk/util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
committerDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
commit115fedf432d73f17ade48eaa2fa12dfd333bfcaa (patch)
tree9cc7cce7b1f627457813d5d9dbf7b121164a0446 /otk/util.hh
parent74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 (diff)
use the c++ std cheaders
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>