remove unnecessary E_COMP_WL #defines

this is only required for aliasing E_Client->comp_data as wayland compositor data.
if comp_data is never dereferenced, it is not necessary to declare the compositor
type
This commit is contained in:
Mike Blumenkrantz 2015-07-08 17:12:42 -04:00
parent 00b52c3951
commit 54c6d7094e
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#define E_COMP_WL
#include "e.h"
#ifndef HAVE_WAYLAND_ONLY

View File

@ -8,7 +8,6 @@
*
* @}
*/
#define E_COMP_WL
#include "e.h"
#ifdef HAVE_WAYLAND
# include "screenshooter-client-protocol.h"

View File

@ -1,4 +1,3 @@
#define E_COMP_WL
#include "e.h"
#include <Ecore_Drm.h>

View File

@ -1,4 +1,3 @@
#define E_COMP_WL
#include "e.h"
#include <sys/socket.h>
#include <sys/un.h>