simplify header inclusion
This commit is contained in:
parent
eebc77d15d
commit
416b9cfdb4
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue