mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
pull these headers only into files that need them.
ok oga@
This commit is contained in:
parent
2ad2b5f31d
commit
b27c3c22b5
3
calmwm.c
3
calmwm.c
@ -18,6 +18,9 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "calmwm.h"
|
||||
|
||||
Display *X_Dpy;
|
||||
|
4
calmwm.h
4
calmwm.h
@ -26,13 +26,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
2
client.c
2
client.c
@ -18,6 +18,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "calmwm.h"
|
||||
|
||||
static struct client_ctx *client_mrunext(struct client_ctx *);
|
||||
|
2
group.c
2
group.c
@ -19,6 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "calmwm.h"
|
||||
|
||||
static void group_add(struct group_ctx *, struct client_ctx *);
|
||||
|
1
kbfunc.c
1
kbfunc.c
@ -18,6 +18,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
#include <paths.h>
|
||||
|
||||
#include "calmwm.h"
|
||||
|
Loading…
Reference in New Issue
Block a user