edje_codegen: cleanup

SVN revision: 76340
This commit is contained in:
Vincent Torri 2012-09-08 08:52:49 +00:00
parent 55942ecabe
commit 0fe8e0f106
1 changed files with 11 additions and 11 deletions

View File

@ -2,21 +2,21 @@
# include "config.h"
#endif
#include "Edje.h"
#define EDJE_EDIT_IS_UNSTABLE_AND_I_KNOW_ABOUT_IT 1
#include "Edje_Edit.h"
#include <Ecore.h>
#include <Ecore_Evas.h>
#include <Ecore_Getopt.h>
#include <Eina.h>
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>
#include <locale.h>
#include <stdio.h>
#include <unistd.h>
#include <Eina.h>
#include <Ecore.h>
#include <Ecore_Getopt.h>
#include <Ecore_Evas.h>
#include "Edje.h"
#define EDJE_EDIT_IS_UNSTABLE_AND_I_KNOW_ABOUT_IT 1
#include "Edje_Edit.h"
static int _log_dom;
#define DBG(...) EINA_LOG_DOM_DBG(_log_dom, __VA_ARGS__)
#define ERR(...) EINA_LOG_DOM_ERR(_log_dom, __VA_ARGS__)
@ -724,11 +724,11 @@ main(int argc, char *argv[])
if (ee)
ecore_evas_free(ee);
eina_log_domain_unregister(_log_dom);
error_log:
edje_shutdown();
ecore_evas_shutdown();
ecore_shutdown();
eina_log_domain_unregister(_log_dom);
eina_shutdown();
if (ret > 4)