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>
This commit is contained in:
Chris Michael 2017-02-28 09:28:24 -05:00
parent 6d4357d943
commit f877c46ad8
1 changed files with 1 additions and 2 deletions

View File

@ -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