Eolian CXX: Remove unneeded Eo.h include.
authorTom Hacohen <tom@stosb.com>
Tue, 3 Jun 2014 12:41:38 +0000 (13:41 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 3 Jun 2014 12:41:38 +0000 (13:41 +0100)
Eo.h depends on things that are generated by normal Eolian, and because Eolian C++
is generating code pre-build (WHY THE FUCK???), the dependencies are missing.

This removes the stupid include, but a more proper fix would be to move eolian_cxx
to be part of the build process and not pre-build.

src/bin/eolian_cxx/convert.cc
src/bin/eolian_cxx/eolian_cxx.cc

index 588639e..0b37ba0 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <Eina.h>
 #include <Eina.hh>
-#include <Eo.h>
 #include <Eolian.h>
 
 #include "eo_types.hh"
index 024934d..d631fac 100644 (file)
@@ -20,7 +20,6 @@ extern "C"
 #endif
 
 #include <Eina.h>
-#include <Eo.h>
 #include <Eolian.h>
 }