aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 20:43:02 +1000
committerDavid Walter Seikel2014-05-05 20:43:02 +1000
commit205c2b6eaa23c04691f92ad0d60407f98eed766b (patch)
tree134e24db39b85490de520493ba69812c113d424b /src/libraries/SledjHamr.h
parentCall skang modules from extantz. Needs some clean up. (diff)
downloadSledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.zip
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.gz
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.bz2
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.xz
Clean up include files.
Diffstat (limited to '')
-rw-r--r--src/libraries/SledjHamr.h6
1 files changed, 5 insertions, 1 deletions
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 @@
1#ifndef _SLEDJHAMR_H_
2#define _SLEDJHAMR_H_
3
1 4
2#define EFL_API_OVERRIDE 1 5#define EFL_API_OVERRIDE 1
3/* Enable access to unstable EFL API that are still in beta */ 6/* Enable access to unstable EFL API that are still in beta */
@@ -5,10 +8,11 @@
5/* Enable access to unstable EFL EO API. */ 8/* Enable access to unstable EFL EO API. */
6#define EFL_EO_API_SUPPORT 1 9#define EFL_EO_API_SUPPORT 1
7 10
8#include <stdio.h>
9#include <ctype.h> 11#include <ctype.h>
10 12
11#include <Elementary.h> 13#include <Elementary.h>
12 14
13 15
14void HamrTime(void *elm_main, char *domain); 16void HamrTime(void *elm_main, char *domain);
17
18#endif