clean a bit the hamster
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 19 Aug 2009 07:36:39 +0000 (07:36 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 19 Aug 2009 07:36:39 +0000 (07:36 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@41869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_hamster.c

index cfb2ee6..e7c8732 100644 (file)
  * if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdio.h>
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <stdio.h>
+#include <string.h>
+
 #include "eina_types.h"
-#include "eina_main.h"
-#include "eina_error.h"
-#include "eina_hash.h"
-#include "eina_stringshare.h"
-#include "eina_list.h"
-#include "eina_array.h"
-#include "eina_counter.h"
-#include "eina_benchmark.h"
-#include "eina_magic.h"
-#include "eina_rectangle.h"
 
 /*============================================================================*
  *                                  Local                                     *
@@ -94,17 +85,17 @@ eina_hamster_count(void)
                   const char *mons[] =
                     {
                        "Jan",
-                         "Feb",
-                         "Mar",
-                         "Apr",
-                         "May",
-                         "Jun",
-                         "Jul",
-                         "Aug",
-                         "Sep",
-                         "Oct",
-                         "Nov",
-                         "Dec"
+                       "Feb",
+                       "Mar",
+                       "Apr",
+                       "May",
+                       "Jun",
+                       "Jul",
+                       "Aug",
+                       "Sep",
+                       "Oct",
+                       "Nov",
+                       "Dec"
                     };
                   
                   for (i = 0; i < 12; i++)