bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ee05d0d1ff9a1788e48c2802c1bc568dbab58ee1

commit ee05d0d1ff9a1788e48c2802c1bc568dbab58ee1
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Nov 20 09:08:54 2019 +0100

    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 <s.schm...@samsung.com>
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    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;
 

-- 


Reply via email to