From 5899858964f3484c5a41a13425435c78ce63b35d Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sat, 25 Jun 2016 12:24:35 +0200 Subject: [PATCH] elementary: include Ecore_Cocoa.h normally Guards are not necessary anymore. --- src/lib/elementary/elm_priv.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index 09f3ce9..79e33fd 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h @@ -13,11 +13,6 @@ #include #endif #ifdef HAVE_ELEMENTARY_COCOA -/* Ecore_Cocoa is still in Beta. In Elementary, we know what we are - * doing, so let's silent the disclaimer... */ -# ifndef ECORE_COCOA_WIP_GNSIDNQI -# define ECORE_COCOA_WIP_GNSIDNQI -#endif # include #endif #ifdef HAVE_ELEMENTARY_WIN32 -- 2.7.4