CXX examples: remove wrong header inclusion

This was an oversight from the previous refactor.
This commit is contained in:
Xavi Artigas 2019-05-03 10:34:16 +02:00
parent 588dc4d0af
commit aaeff3f7b7
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#define EFL_CXXPERIMENTAL
#include <Evas.hh>
#include <Efl_Ui.h>
#include <Efl_Ui.hh>
#include <iostream>