pull all non-X11 headers from calmwm.h and place them only where they

are required.

encourged to go all the way by oga@
This commit is contained in:
okan
2009-12-15 04:10:42 +00:00
parent 09a2d7fb98
commit ccb207a8a8
17 changed files with 151 additions and 13 deletions

View File

@@ -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>