ecore_evas: add double header include safety

Reported-By: https://lgtm.com/projects/g/Enlightenment/efl
Reviewed-by: Chris Michael <cp.michael@samsung.com>
Differential Revision: https://phab.enlightenment.org/D10887
This commit is contained in:
Stefan Schmidt 2019-11-27 09:43:11 +01:00
parent be8d1afd1e
commit 0f52bbb00e
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef _ECORE_EVAS_EXTN_ENGINE_H_
#define _ECORE_EVAS_EXTN_ENGINE_H_
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif
@ -222,3 +225,5 @@ struct _Ipc_Data_Ev_Key_Down
unsigned int timestamp; unsigned int timestamp;
Evas_Event_Flags event_flags; Evas_Event_Flags event_flags;
}; };
#endif /*_ECORE_EVAS_EXTN_ENGINE_H_*/