summaryrefslogtreecommitdiff
path: root/src/hints.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-12-13 22:01:17 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-12-13 22:01:17 +0000
commit3e24317763fd8e136f1f8158cfb29e6836f96087 (patch)
tree958c1b6600634057868a2127cd6ef54b789e4154 /src/hints.h
parentfee375e8d77e045d8c2cc5e0be0738d8170e081b (diff)
downloadxfwm4-3e24317763fd8e136f1f8158cfb29e6836f96087.tar.gz
Fix build with -Werror, remove some useless #includes and add some others (actually, time.h and sys/time.h were not required since Time is defined in X.h anyway).
(Old svn revision: 24099)
Diffstat (limited to 'src/hints.h')
-rw-r--r--src/hints.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hints.h b/src/hints.h
index d95af5743..9444ed475 100644
--- a/src/hints.h
+++ b/src/hints.h
@@ -27,9 +27,7 @@
# include "config.h"
#endif
-#include <sys/time.h>
-#include <time.h>
-
+#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h>