move headers

SVN revision: 19675
This commit is contained in:
Carsten Haitzler 2006-01-09 13:29:15 +00:00
parent 54694c9d01
commit d3f2867668
1 changed files with 21 additions and 21 deletions

View File

@ -12,6 +12,27 @@
#include "evas_options.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <setjmp.h>
#include <sys/types.h>
#include <ctype.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#ifdef _WIN32_WCE
#include <windows.h>
#endif
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_SIZES_H
#ifdef __GNUC__
# if __GNUC__ >= 4
# pragma GCC visibility push(hidden)
@ -44,27 +65,6 @@
/*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <setjmp.h>
#include <sys/types.h>
#include <ctype.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#ifdef _WIN32_WCE
#include <windows.h>
#endif
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_SIZES_H
/*****************************************************************************/
#ifndef _WIN32_WCE