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/swindow.h"
#include "common/util.h" #include "common/util.h"

View File

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