summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/bin/test_index.c
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-03-29 19:27:13 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-03-29 19:27:13 +0000
commitcf8ab5c6746962303b7a07e0f0e41a223ae1e482 (patch)
tree53282ce8a53bf2ddce97f5f19d659af6eb8c21c6 /legacy/elementary/src/bin/test_index.c
parentc3691314e7e0a9ec7abbb2aa1937619d98a15008 (diff)
downloadefl-cf8ab5c6746962303b7a07e0f0e41a223ae1e482.tar.gz
for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS
SVN revision: 69764
Diffstat (limited to 'legacy/elementary/src/bin/test_index.c')
-rw-r--r--legacy/elementary/src/bin/test_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/elementary/src/bin/test_index.c b/legacy/elementary/src/bin/test_index.c
index d02909639f..f369b6a8f0 100644
--- a/legacy/elementary/src/bin/test_index.c
+++ b/legacy/elementary/src/bin/test_index.c
@@ -1,8 +1,8 @@
-#include <Elementary.h>
#include "test.h"
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
+#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
struct _Idx_Data_Type
{