aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2009-12-15 04:10:42 +0000
committerokan2009-12-15 04:10:42 +0000
commitfb3ff22ef266df7aab2945a994a190f507cdfc51 (patch)
tree8a1dda09bb120d6f7ebcfbb67cb47159f67e19d7 /calmwm.h
parentf4f6af9badc27bcc6fa315b54cf03251056e1e40 (diff)
downloadcwm-fb3ff22ef266df7aab2945a994a190f507cdfc51.tar.gz
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 '')
-rw-r--r--calmwm.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/calmwm.h b/calmwm.h
index 9a7e6b7..dc664a5 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,25 +15,12 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.113 2009/12/15 03:34:34 okan Exp $
+ * $Id: calmwm.h,v 1.114 2009/12/15 04:10:42 okan Exp $
*/
#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>