ecore-imf-wayland: Remove duplicate header include
authorChris Michael <cp.michael@samsung.com>
Tue, 28 Feb 2017 14:28:24 +0000 (09:28 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 28 Feb 2017 14:28:24 +0000 (09:28 -0500)
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 <cp.michael@samsung.com>
src/modules/ecore_imf/wayland/wayland_imcontext.c

index c9c6347..a5f9f5b 100644 (file)
 #include <Ecore.h>
 #include <Ecore_Evas.h>
 #include <Ecore_Input.h>
-#include <Ecore_Wl2.h>
 
 #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