git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@41869
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
* 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 *
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++)