simplify header inclusion

This commit is contained in:
Julien Danjou 2008-01-26 18:12:56 +01:00
parent eebc77d15d
commit 416b9cfdb4
2 changed files with 2 additions and 2 deletions

View file

@ -19,9 +19,7 @@
*
*/
#include <X11/Xlib.h>
#include "common/draw.h"
#include "common/swindow.h"
#include "common/util.h"

View file

@ -22,6 +22,8 @@
#ifndef AWESOME_COMMON_SWINDOW_H
#define AWESOME_COMMON_SWINDOW_H
#include "common/draw.h"
/** A simple window */
typedef struct SimpleWindow
{