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/LumbrJack.h | 5 +++++ src/libraries/Runnr.h | 5 ++++- src/libraries/SledjHamr.h | 6 +++++- src/libraries/winFang.h | 6 ++++++ 4 files changed, 20 insertions(+), 2 deletions(-) (limited to 'src/libraries') diff --git a/src/libraries/LumbrJack.h b/src/libraries/LumbrJack.h index 5ac0ce8..a096e7f 100644 --- a/src/libraries/LumbrJack.h +++ b/src/libraries/LumbrJack.h @@ -1,3 +1,6 @@ +#ifndef _LUMBRJACK_H_ +#define _LUMBRJACK_H_ + #include #include @@ -30,3 +33,5 @@ typedef enum int loggingStartup(char *name, int logDom); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); + +#endif diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h index dc720ff..ac22039 100644 --- a/src/libraries/Runnr.h +++ b/src/libraries/Runnr.h @@ -1,5 +1,6 @@ +#ifndef _RUNNR_H_ +#define _RUNNR_H_ -#include #include #include @@ -13,3 +14,5 @@ void dumpStack(lua_State *L, int i); int pull_lua(lua_State *L, int i, char *params, ...); int push_lua(lua_State *L, char *params, ...); + +#endif 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 diff --git a/src/libraries/winFang.h b/src/libraries/winFang.h index 219dcf0..38487cc 100644 --- a/src/libraries/winFang.h +++ b/src/libraries/winFang.h @@ -1,3 +1,7 @@ +#ifndef _WINFANG_H_ +#define _WINFANG_H_ + + #define EFL_API_OVERRIDE 1 /* Enable access to unstable EFL API that are still in beta */ #define EFL_BETA_API_SUPPORT 1 @@ -47,3 +51,5 @@ void winFangShow(winFang *win); void winFangDel(winFang *win); Widget *widgetAdd(winFang *win, const Eo_Class *klass, Evas_Object *parent, char *title); + +#endif -- cgit v1.1