From 2d97e95d2ac4c2954634caf2906be2fb0766d64b Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 19 Aug 2009 07:36:39 +0000 Subject: [PATCH] clean a bit the hamster SVN revision: 41869 --- legacy/eina/src/lib/eina_hamster.c | 37 +++++++++++------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/legacy/eina/src/lib/eina_hamster.c b/legacy/eina/src/lib/eina_hamster.c index cfb2ee6cce..e7c8732230 100644 --- a/legacy/eina/src/lib/eina_hamster.c +++ b/legacy/eina/src/lib/eina_hamster.c @@ -16,23 +16,14 @@ * if not, see . */ -#include - #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include +#include + #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++)