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.schmidt@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10698
This commit is contained in:
Stefan Schmidt 2019-11-20 09:08:54 +01:00 committed by Marcel Hollerbach
parent 14b6f23cb3
commit ee05d0d1ff
1 changed files with 2 additions and 2 deletions

View File

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