From ee05d0d1ff9a1788e48c2802c1bc568dbab58ee1 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 20 Nov 2019 09:08:54 +0100 Subject: [PATCH] ecore_input_evas: fix ouble use of include guard define We used the ecore_input define here in ecore_evas_input. Use a unique name for this file. Reported-By: https://lgtm.com/projects/g/Enlightenment/efl/ Signed-off-by: Stefan Schmidt Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10698 --- src/lib/ecore_input_evas/ecore_input_evas_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_input_evas/ecore_input_evas_private.h b/src/lib/ecore_input_evas/ecore_input_evas_private.h index 1e40313065..1956e10664 100644 --- a/src/lib/ecore_input_evas/ecore_input_evas_private.h +++ b/src/lib/ecore_input_evas/ecore_input_evas_private.h @@ -1,5 +1,5 @@ -#ifndef _ECORE_INPUT_PRIVATE_H -#define _ECORE_INPUT_PRIVATE_H +#ifndef _ECORE_INPUT_EVAS_PRIVATE_H +#define _ECORE_INPUT_EVAS_PRIVATE_H extern int _ecore_input_evas_log_dom;