]> Dogcows Code - chaz/openbox/blobdiff - otk/timer.cc
add actions for key/mouse bindings etc
[chaz/openbox] / otk / timer.cc
index 4f993616b1ac0a6df3af1b1ad69be8a73a6c5f44..0a0083146afee234012a7e30796f33d4bd60b393 100644 (file)
@@ -1,8 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef    HAVE_CONFIG_H
-#  include "../config.h"
-#endif // HAVE_CONFIG_H
+#include "config.h"
 
 #include "timer.hh"
 #include "display.hh"
 extern "C" {
 #ifdef    HAVE_SYS_SELECT_H
 #  include <sys/select.h>
-#else
-#  ifdef    HAVE_UNISTD_H
-#    include <sys/types.h>
-#    include <unistd.h>
-#  endif // HAVE_UNISTD_H
 #endif // HAVE_SYS_SELECT_H
+
+#ifdef    HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
 }
 
 namespace otk {
This page took 0.023049 seconds and 4 git commands to generate.