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

@ -18,8 +18,18 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/wait.h>
#include <err.h>
#include <errno.h>
#include <getopt.h> #include <getopt.h>
#include <signal.h> #include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"

View File

@ -21,19 +21,6 @@
#ifndef _CALMWM_H_ #ifndef _CALMWM_H_
#define _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/Xatom.h>
#include <X11/Xft/Xft.h> #include <X11/Xft/Xft.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>

View File

@ -18,7 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <assert.h> #include <assert.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"

11
conf.c
View File

@ -18,6 +18,17 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
#ifndef timespeccmp #ifndef timespeccmp

10
font.c
View File

@ -16,6 +16,16 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
int int

View File

@ -19,7 +19,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <assert.h> #include <assert.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"

10
input.c
View File

@ -18,6 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
int int

View File

@ -18,8 +18,17 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <dirent.h> #include <dirent.h>
#include <err.h>
#include <errno.h>
#include <paths.h> #include <paths.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"

10
menu.c
View File

@ -15,6 +15,16 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
#define PROMPT_SCHAR '»' #define PROMPT_SCHAR '»'

View File

@ -19,6 +19,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
static int mousefunc_sweep_calc(struct client_ctx *, int, int, int, int); static int mousefunc_sweep_calc(struct client_ctx *, int, int, int, int);

View File

@ -21,7 +21,11 @@
%{ %{
#include <sys/param.h>
#include <sys/queue.h>
#include <ctype.h> #include <ctype.h>
#include <err.h>
#include <errno.h> #include <errno.h>
#include <limits.h> #include <limits.h>
#include <stdarg.h> #include <stdarg.h>

View File

@ -18,6 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
struct screen_ctx * struct screen_ctx *

View File

@ -17,8 +17,17 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <assert.h> #include <assert.h>
#include <err.h>
#include <errno.h>
#include <fnmatch.h> #include <fnmatch.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"

10
util.c
View File

@ -18,6 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
#define MAXARGLEN 20 #define MAXARGLEN 20

View File

@ -24,6 +24,16 @@
* management of the xevent's. * management of the xevent's.
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
static void xev_handle_maprequest(XEvent *); static void xev_handle_maprequest(XEvent *);

View File

@ -18,6 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
void * void *

10
xutil.c
View File

@ -18,6 +18,16 @@
* $Id$ * $Id$
*/ */
#include <sys/param.h>
#include <sys/queue.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "calmwm.h" #include "calmwm.h"
static unsigned int ign_mods[] = { 0, LockMask, Mod2Mask, Mod2Mask | LockMask }; static unsigned int ign_mods[] = { 0, LockMask, Mod2Mask, Mod2Mask | LockMask };