ecore, elementary: remove useless inclusion of Evil.h on public headers when compiling with Visual Studio

Evil.h is already included on Windows in Eina.h
This commit is contained in:
Vincent Torri 2018-01-03 06:29:08 +01:00 committed by Cedric BAIL
parent 4ae6eeb2cf
commit f2364053b4
3 changed files with 0 additions and 12 deletions

View File

@ -272,10 +272,6 @@
#include <Efl_Config.h>
#ifdef _MSC_VER
# include <Evil.h>
#endif
#include <Eina.h>
#include <Eo.h>
#include <Efl.h>

View File

@ -3,10 +3,6 @@
#include <Efl_Config.h>
#ifdef _MSC_VER
# include <Evil.h>
#endif
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif

View File

@ -4,10 +4,6 @@
#include <Efl_Config.h>
#include <Elementary_Options.h>
#ifdef _MSC_VER
# include <Evil.h>
#endif
/* Standard headers for standard system calls etc. */
#include <stdio.h>
#include <stdlib.h>