e - randr include - move to master includes (only if building for x) 27/32727/1
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 18 Dec 2014 05:19:07 +0000 (14:19 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 23 Dec 2014 08:03:14 +0000 (17:03 +0900)
Change-Id: I55ef1d1b85c94b0421c4be3ae479d0a77ac92249

src/bin/e_comp_x.h
src/bin/e_includes.h

index 3afa899dae0d897c5552ed03e363a82b73f595bd..cf402e2f60e0364aa36237e243dcbdf1e7d78769 100644 (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
 {
index 65383591a5a5af7f41ad220a0cda21e8a6b4f161..dec78fd35d1e1257afc5d59a365c605f27c3709d 100644 (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"