mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
simplify header inclusion
This commit is contained in:
parent
eebc77d15d
commit
416b9cfdb4
2 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "common/draw.h"
|
||||
#include "common/swindow.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#ifndef AWESOME_COMMON_SWINDOW_H
|
||||
#define AWESOME_COMMON_SWINDOW_H
|
||||
|
||||
#include "common/draw.h"
|
||||
|
||||
/** A simple window */
|
||||
typedef struct SimpleWindow
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue