Revert "ecore_wl2: Move Wayland header into Ecore_Wl2 header for test."
authorWoochanlee <wc0917.lee@samsung.com>
Tue, 11 Feb 2020 07:23:06 +0000 (16:23 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Tue, 11 Feb 2020 07:23:06 +0000 (16:23 +0900)
This reverts commit a44f333c1a909c0a74bb12e443e3595f5948f776.

src/lib/ecore_wl2/Ecore_Wl2.h
src/lib/ecore_wl2/ecore_wl2_internal.h

index 08ce08e..801ce60 100644 (file)
@@ -4,13 +4,6 @@
 # include <Eina.h>
 # include <Ecore.h>
 
-# include <wayland-client.h>
-# include <wayland-cursor.h>
-# include <xkbcommon/xkbcommon.h>
-
-# define WL_HIDE_DEPRECATED
-# include <wayland-server.h>
-
 # ifdef EAPI
 #  undef EAPI
 # endif
index a457d13..ba5f55a 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef _ECORE_WL2_INTERNAL_H
 # define _ECORE_WL2_INTERNAL_H
 
+# include <wayland-client.h>
+# include <wayland-cursor.h>
+# include <xkbcommon/xkbcommon.h>
+
+# define WL_HIDE_DEPRECATED
+# include <wayland-server.h>
+
 # ifdef EAPI
 #  undef EAPI
 # endif