remove some useless #include
This commit is contained in:
parent
6c15afbbae
commit
ebff63e89a
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
|
|
2
uicb.c
2
uicb.c
|
@ -19,8 +19,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "awesome.h"
|
#include "awesome.h"
|
||||||
#include "xutil.h"
|
#include "xutil.h"
|
||||||
#include "uicb.h"
|
#include "uicb.h"
|
||||||
|
|
1
window.h
1
window.h
|
@ -22,7 +22,6 @@
|
||||||
#ifndef AWESOME_WINDOW_H
|
#ifndef AWESOME_WINDOW_H
|
||||||
#define AWESOME_WINDOW_H
|
#define AWESOME_WINDOW_H
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
/** Mask shorthands, used in event.c and window.c */
|
/** Mask shorthands, used in event.c and window.c */
|
||||||
|
|
Loading…
Reference in New Issue