From 205c2b6eaa23c04691f92ad0d60407f98eed766b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 20:43:02 +1000 Subject: Clean up include files. --- src/libraries/SledjHamr.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/libraries/SledjHamr.h') diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h index 893d90e..2351507 100644 --- a/src/libraries/SledjHamr.h +++ b/src/libraries/SledjHamr.h @@ -1,3 +1,6 @@ +#ifndef _SLEDJHAMR_H_ +#define _SLEDJHAMR_H_ + #define EFL_API_OVERRIDE 1 /* Enable access to unstable EFL API that are still in beta */ @@ -5,10 +8,11 @@ /* Enable access to unstable EFL EO API. */ #define EFL_EO_API_SUPPORT 1 -#include #include #include void HamrTime(void *elm_main, char *domain); + +#endif -- cgit v1.1