From f877c46ad85001ec4b521b32268bb9f91300b166 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 28 Feb 2017 09:28:24 -0500 Subject: [PATCH] ecore-imf-wayland: Remove duplicate header include wayland_imcontext.h already includes this header, so no need to re-include. Also add missing (void) to function declaration @fix Signed-off-by: Chris Michael --- src/modules/ecore_imf/wayland/wayland_imcontext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/ecore_imf/wayland/wayland_imcontext.c b/src/modules/ecore_imf/wayland/wayland_imcontext.c index c9c6347e8d..a5f9f5b189 100644 --- a/src/modules/ecore_imf/wayland/wayland_imcontext.c +++ b/src/modules/ecore_imf/wayland/wayland_imcontext.c @@ -27,13 +27,12 @@ #include #include #include -#include #include "wayland_imcontext.h" #define HIDE_TIMER_INTERVAL 0.05 -static Eina_Bool _clear_hide_timer(); +static Eina_Bool _clear_hide_timer(void); static Ecore_Timer *_hide_timer = NULL; struct _WaylandIMContext