From 26ea65b470fee7cba7737940a5d47f2031fe5f75 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 3 Jun 2014 13:41:38 +0100 Subject: [PATCH] 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. --- src/bin/eolian_cxx/convert.cc | 1 - src/bin/eolian_cxx/eolian_cxx.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bin/eolian_cxx/convert.cc b/src/bin/eolian_cxx/convert.cc index 588639e0b7..0b37ba011f 100644 --- a/src/bin/eolian_cxx/convert.cc +++ b/src/bin/eolian_cxx/convert.cc @@ -8,7 +8,6 @@ #include #include -#include #include #include "eo_types.hh" diff --git a/src/bin/eolian_cxx/eolian_cxx.cc b/src/bin/eolian_cxx/eolian_cxx.cc index 024934d2ff..d631facc06 100644 --- a/src/bin/eolian_cxx/eolian_cxx.cc +++ b/src/bin/eolian_cxx/eolian_cxx.cc @@ -20,7 +20,6 @@ extern "C" #endif #include -#include #include }