remove some useless #include

This commit is contained in:
Julien Danjou 2007-12-05 14:13:41 +01:00
parent 6c15afbbae
commit ebff63e89a
3 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,6 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/un.h>

2
uicb.c
View File

@ -19,8 +19,6 @@
*
*/
#include <string.h>
#include "awesome.h"
#include "xutil.h"
#include "uicb.h"

View File

@ -22,7 +22,6 @@
#ifndef AWESOME_WINDOW_H
#define AWESOME_WINDOW_H
#include <X11/Xlib.h>
#include "config.h"
/** Mask shorthands, used in event.c and window.c */