xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=aaeff3f7b72ed003e5ac866b0a37b0510b158708

commit aaeff3f7b72ed003e5ac866b0a37b0510b158708
Author: Xavi Artigas <[email protected]>
Date:   Fri May 3 10:34:16 2019 +0200

    CXX examples: remove wrong header inclusion
    
    This was an oversight from the previous refactor.
---
 src/examples/elementary/popup_cxx_example.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/examples/elementary/popup_cxx_example.cc 
b/src/examples/elementary/popup_cxx_example.cc
index f92b1add89..6195c430c7 100644
--- a/src/examples/elementary/popup_cxx_example.cc
+++ b/src/examples/elementary/popup_cxx_example.cc
@@ -3,7 +3,6 @@
 #define EFL_CXXPERIMENTAL
 
 #include <Evas.hh>
-#include <Efl_Ui.h>
 #include <Efl_Ui.hh>
 #include <iostream>
 

-- 


Reply via email to