summaryrefslogtreecommitdiff
path: root/src/modules/ecore_imf
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-02-28 09:28:24 -0500
committerChris Michael <cp.michael@samsung.com>2017-02-28 09:28:24 -0500
commitf877c46ad85001ec4b521b32268bb9f91300b166 (patch)
treea103d3e1139a32f35d24b1287b4af226a1db4ec3 /src/modules/ecore_imf
parent6d4357d943acb2ee7813e0b10804b2b55e2ff003 (diff)
downloadefl-f877c46ad85001ec4b521b32268bb9f91300b166.tar.gz
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 <cp.michael@samsung.com>
Diffstat (limited to 'src/modules/ecore_imf')
-rw-r--r--src/modules/ecore_imf/wayland/wayland_imcontext.c3
1 files changed, 1 insertions, 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 <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