summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-12-15 04:10:42 +0000
committerokan <okan>2009-12-15 04:10:42 +0000
commitccb207a8a8d95d9673614727a5f60facdf57b275 (patch)
tree2e0ddfa9ca5fa9b376570dcbfd7288978252f612 /calmwm.h
parent09a2d7fb98b326dc43b932c43beb34b5924d7266 (diff)
downloadcwm-ccb207a8a8d95d9673614727a5f60facdf57b275.tar.gz
cwm-ccb207a8a8d95d9673614727a5f60facdf57b275.tar.xz
cwm-ccb207a8a8d95d9673614727a5f60facdf57b275.zip
pull all non-X11 headers from calmwm.h and place them only where they
are required.

encourged to go all the way by oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/calmwm.h b/calmwm.h
index 44cbbf7..7ce92a7 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -21,19 +21,6 @@
 #ifndef _CALMWM_H_
 #define _CALMWM_H_
 
-#include <sys/param.h>
-#include <sys/queue.h>
-#include <sys/stat.h>
-#include <sys/wait.h>
-
-#include <ctype.h>
-#include <err.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-#include <unistd.h>
-
 #include <X11/Xatom.h>
 #include <X11/Xft/Xft.h>
 #include <X11/Xlib.h>