elm: Try to fix compilation (link) for OSX

This commit is contained in:
Jean-Philippe Andre 2017-11-07 10:39:28 +09:00
parent 066f2c5cb7
commit a75b3dcdfb
3 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,11 @@
#endif
#include <Elementary.h>
#include "elm_module_helper.h"
#include "elm_widget.h"
#include "efl_ui_clock_private.h"
#include "elm_ctxpopup_item.eo.h"
#include "elm_ctxpopup.eo.h"
#include "elm_module_helper.h"
#define CLOCK_FIELD_COUNT 8
#define FIELD_FORMAT_LEN 3

View File

@ -4,7 +4,6 @@
#include "Elementary.h"
#include "elm_widget_map.h"
#include <Eina.h>
#include "elm_module_helper.h"
EAPI Eina_Stringshare *

View File

@ -8,8 +8,8 @@
#include "elm_priv.h"
#include "elm_widget_web.h"
#include "elm_web_none.eo.h"
#include "elm_module_helper.h"
#include "elm_web_none.eo.h"
#define MY_CLASS ELM_WEB_CLASS