Eolian CXX: Remove unneeded Eo.h include.

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.
This commit is contained in:
Tom Hacohen 2014-06-03 13:41:38 +01:00
parent 6eb3bda426
commit 26ea65b470
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
#include <Eina.h>
#include <Eina.hh>
#include <Eo.h>
#include <Eolian.h>
#include "eo_types.hh"

View File

@ -20,7 +20,6 @@ extern "C"
#endif
#include <Eina.h>
#include <Eo.h>
#include <Eolian.h>
}