Move the internal resources and the function declaration
to the internal header.
Change-Id: Id03da69b9f754f5ca1785423af62cf5c9fe461f2
src/bin/e_foreign.h \
src/bin/e_foreign_private.h \
src/bin/e_map.h \
-src/bin/e_wtz_shell.h \
src/bin/e_device.h \
src/bin/e_input_event.h
#include "e.h"
#include "e_foreign.h"
-#include "e_wtz_shell.h"
+#include "e_wtz_shell_intern.h"
#include "e_comp_wl_private.h"
#include "e_client_intern.h"
#include "e_appinfo_intern.h"
+++ /dev/null
-#ifdef E_TYPEDEFS
-#else
-# ifndef E_WTZ_SHELL_V6_H
-# define E_WTZ_SHELL_V6_H
-
-EINTERN Eina_Bool e_wtz_shell_init(void);
-EINTERN void e_wtz_shell_shutdown(void);
-
-# endif
-#endif
--- /dev/null
+#ifndef E_WTZ_SHELL_INTERN_H
+#define E_WTZ_SHELL_INTERN_H
+
+EINTERN Eina_Bool e_wtz_shell_init(void);
+EINTERN void e_wtz_shell_shutdown(void);
+
+#endif