remove some useless #include
This commit is contained in:
parent
6c15afbbae
commit
ebff63e89a
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
|
|
2
uicb.c
2
uicb.c
|
@ -19,8 +19,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "awesome.h"
|
||||
#include "xutil.h"
|
||||
#include "uicb.h"
|
||||
|
|
Loading…
Reference in New Issue