put efl headers after standard headers

SVN revision: 49452
This commit is contained in:
Vincent Torri 2010-06-04 19:15:57 +00:00
parent 3ba73cf34b
commit 8de402fabc
1 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,6 @@
#include <config.h>
#endif
#include <Edje.h>
#include <Ecore_Evas.h>
#include <Ecore.h>
#include <Ecore_Getopt.h>
#include <Evas.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@ -16,6 +10,12 @@
#include <fcntl.h>
#include <ctype.h>
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Getopt.h>
#include <Ecore_Evas.h>
#include <Edje.h>
struct opts {
char *file;
char *group;