fix xconfigure errors.

This commit is contained in:
Hermet Park 2019-12-30 13:51:41 +09:00
parent deb3905a32
commit 5ca60ccf22
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,8 @@ image_blend_smooth_solid_same_scaled.c \
image_blend_border.c \
image_blend_solid_middle_border.c \
image_blend_solid_border.c \
image_blend_solid_stretch.c \
image_blend_solid_9patch.c \
image_blend_border_recolor.c \
image_map_rotate.c \
image_map_solid_rotate.c \
@ -109,6 +111,8 @@ poly_blend.c \
proxy_image.c \
proxy_text_fixed.c \
proxy_text_random.c \
proxy_textblock.c \
proxy_image_clipped.c \
line_blend.c \
image_blend_many_smooth_same_scaled.c \
font_effect_blur_alpha.c \
@ -126,6 +130,7 @@ image_mask_10.c \
image_mask_11.c \
image_mask_12.c \
image_mask_13.c \
image_mask_clipped.c \
vg_basic_rect.c \
vg_basic_circle.c \
vg_basic_gradient.c \

View File

@ -28,7 +28,6 @@
# include <Evil.h>
#endif
#include <Efl_Ui.h>
#include <Evas.h>
#include <Ecore.h>