Fix wrong order and useless double include.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jan 2009 15:40:36 +0000 (15:40 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jan 2009 15:40:36 +0000 (15:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@38660 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eina_suite.c
src/tests/eina_suite.h

index da0bf14..62905ce 100644 (file)
  * if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "eina_suite.h"
 #include "eina_mempool.h"
 
index 584c22a..719f4d9 100644 (file)
 
 #include <check.h>
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 void eina_test_stringshare(TCase *tc);
 void eina_test_array(TCase *tc);
 void eina_test_error(TCase *tc);