CXX examples: remove wrong header inclusion
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 3 May 2019 08:34:16 +0000 (10:34 +0200)
committerHermet Park <hermetpark@gmail.com>
Wed, 8 May 2019 04:32:33 +0000 (13:32 +0900)
This was an oversight from the previous refactor.

src/examples/elementary/popup_cxx_example.cc

index f92b1ad..6195c43 100644 (file)
@@ -3,7 +3,6 @@
 #define EFL_CXXPERIMENTAL
 
 #include <Evas.hh>
-#include <Efl_Ui.h>
 #include <Efl_Ui.hh>
 #include <iostream>