diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-07-22 20:25:10 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:27:34 +0900 |
commit | 409cd8723d666de72ddcefdb68ef678b54891286 (patch) | |
tree | 22b22857f74c88501c2a17ecb2f0ea35e1d8cb14 /src/modules/prefs | |
parent | e304f479a7a1bc109d1f118a52e8f58101057039 (diff) |
elementary: fix header inclusion order.
Diffstat (limited to 'src/modules/prefs')
-rw-r--r-- | src/modules/prefs/prefs_iface.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/prefs/prefs_iface.c b/src/modules/prefs/prefs_iface.c index f3ec07199..5d1b12bcc 100644 --- a/src/modules/prefs/prefs_iface.c +++ b/src/modules/prefs/prefs_iface.c | |||
@@ -1,3 +1,7 @@ | |||
1 | #ifdef HAVE_CONFIG_H | ||
2 | # include "elementary_config.h" | ||
3 | #endif | ||
4 | |||
1 | #include "Elementary.h" | 5 | #include "Elementary.h" |
2 | #include "private.h" | 6 | #include "private.h" |
3 | 7 | ||