ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=cc3ae23d4b8c37a8a7ebf39ff79b4e6d2a162261

commit cc3ae23d4b8c37a8a7ebf39ff79b4e6d2a162261
Author: Andy Williams <[email protected]>
Date:   Wed Dec 24 18:16:38 2014 +0000

    Update various headers to use Elm_Code to load all our public headers and 
fix a few build glitches
---
 elm_code/lib/elm_code.c        | 7 ++++---
 elm_code/lib/elm_code_file.c   | 2 --
 elm_code/lib/elm_code_parse.c  | 1 -
 elm_code/lib/elm_code_widget.c | 2 +-
 4 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/elm_code/lib/elm_code.c b/elm_code/lib/elm_code.c
index 9b895f5..d1e3282 100644
--- a/elm_code/lib/elm_code.c
+++ b/elm_code/lib/elm_code.c
@@ -3,20 +3,21 @@
 #endif
 
 #include <Eo.h>
+#include <Evas.h>
 
 #include "Elm_Code.h"
-#include "elm_code_parse.h"
 
 #include "elm_code_private.h"
 
 static int _elm_code_init = 0;
 int _elm_code_lib_log_dom = -1;
 
-const Eo_Event_Description ELM_CODE_EVENT_LINE_SET_DONE =
+EAPI const Eo_Event_Description ELM_CODE_EVENT_LINE_SET_DONE =
     EO_EVENT_DESCRIPTION("line,set,done", "");
-const Eo_Event_Description ELM_CODE_EVENT_FILE_LOAD_DONE =
+EAPI const Eo_Event_Description ELM_CODE_EVENT_FILE_LOAD_DONE =
     EO_EVENT_DESCRIPTION("file,load,done", "");
 
+
 EAPI int
 elm_code_init(void)
 {
diff --git a/elm_code/lib/elm_code_file.c b/elm_code/lib/elm_code_file.c
index 6c1944e..b4d7833 100644
--- a/elm_code/lib/elm_code_file.c
+++ b/elm_code/lib/elm_code_file.c
@@ -3,8 +3,6 @@
 #endif
 
 #include "Elm_Code.h"
-#include "elm_code_file.h"
-#include "elm_code_parse.h"
 
 #include "elm_code_private.h"
 
diff --git a/elm_code/lib/elm_code_parse.c b/elm_code/lib/elm_code_parse.c
index 2b1ddc2..0503aa0 100644
--- a/elm_code/lib/elm_code_parse.c
+++ b/elm_code/lib/elm_code_parse.c
@@ -3,7 +3,6 @@
 #endif
 
 #include "Elm_Code.h"
-#include "elm_code_parse.h"
 
 #include "elm_code_private.h"
 
diff --git a/elm_code/lib/elm_code_widget.c b/elm_code/lib/elm_code_widget.c
index 24a70d6..e7bcd7b 100644
--- a/elm_code/lib/elm_code_widget.c
+++ b/elm_code/lib/elm_code_widget.c
@@ -5,7 +5,7 @@
 #include <Eo.h>
 #include <Elementary.h>
 
-#include "elm_code_widget.h"
+#include "Elm_Code.h"
 
 #include "elm_code_private.h"
 

-- 


Reply via email to