* add guards around config.h
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Mar 2009 07:22:06 +0000 (07:22 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Mar 2009 07:22:06 +0000 (07:22 +0000)
 * formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_input/ecore_input.c

index 0d0945e..969f567 100644 (file)
@@ -1,12 +1,19 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <stdio.h>
 #include <string.h>
 
-#include "config.h"
 #include "Ecore.h"
 #include "ecore_private.h"
 #include "Ecore_Input.h"
 #include "Evas.h"
 
-#include <stdio.h>
 
 typedef struct _Ecore_Input_Window Ecore_Input_Window;
 struct _Ecore_Input_Window