e - randr include - move to master includes (only if building for x)

This commit is contained in:
Carsten Haitzler 2014-12-18 14:19:07 +09:00
parent 27c1f17984
commit 837fb90c4e
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# include <Ecore_X.h>
# include "e_atoms.h"
# include "e_hints.h"
# include "e_randr.h"
typedef struct _E_Comp_X_Client_Data E_Comp_X_Client_Data;
@ -12,7 +11,6 @@ typedef struct _E_Comp_X_Client_Data E_Comp_X_Client_Data;
# include <Ecore_X.h>
# include "e_atoms.h"
# include "e_hints.h"
# include "e_randr.h"
struct _E_Comp_X_Client_Data
{

View File

@ -10,6 +10,7 @@
#include "e_auth.h"
#ifdef NEED_X
# include "e_comp_x.h"
# include "e_randr.h"
#endif
#include "e_pixmap.h"
#include "e_comp_object.h"