diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2018-08-21 14:21:43 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2018-08-21 14:21:43 -0400 |
commit | f1fddf5c741e2288e8cfe89460e9618c15f74062 (patch) | |
tree | 3ba4afde0b76651a76d54d5b4568187512703040 /src/lib/eolian_cxx | |
parent | c4124f8b3658a4f7dd8621d6b0bd86d758d445d8 (diff) |
cxx: Remove libeolian_cxx dependency on eo_cxx
Summary: Fixes T7324
Reviewers: felipealmeida, bu5hm4n, zmike
Reviewed By: felipealmeida, bu5hm4n, zmike
Subscribers: segfaultxavi, cedric, #reviewers, #committers, zmike
Tags: #efl
Maniphest Tasks: T7324
Differential Revision: https://phab.enlightenment.org/D6881
Diffstat (limited to 'src/lib/eolian_cxx')
-rw-r--r-- | src/lib/eolian_cxx/grammar/klass_def.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/eolian_cxx/grammar/klass_def.hpp b/src/lib/eolian_cxx/grammar/klass_def.hpp index d8b61458ce..48044d9be7 100644 --- a/src/lib/eolian_cxx/grammar/klass_def.hpp +++ b/src/lib/eolian_cxx/grammar/klass_def.hpp | |||
@@ -13,8 +13,6 @@ | |||
13 | 13 | ||
14 | #include <Eina.hh> | 14 | #include <Eina.hh> |
15 | 15 | ||
16 | #include "eo_concrete.hh" | ||
17 | |||
18 | #include <vector> | 16 | #include <vector> |
19 | #include <memory> | 17 | #include <memory> |
20 | #include <set> | 18 | #include <set> |