efl_ui: do not include evas gl header if legacy support is not requested

this will not build without legacy
This commit is contained in:
Mike Blumenkrantz 2018-02-26 14:47:25 -05:00
parent e22a0ab4c7
commit 50e6b8ff4c
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@
#include <Efl_Net.h>
#include <Evas.h>
#include <Evas_GL.h>
#ifndef EFL_NOLEGACY_API_SUPPORT
# include <Evas_GL.h>
#endif
#include <Eio.h>
#include <Edje.h>
#include <Eldbus.h>