diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2019-10-31 15:43:16 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-10-31 15:43:21 -0400 |
commit | 81165d743fae05dbf47d2e639f09b073874d306a (patch) | |
tree | e6753d452f3dfad01350c5ed77bbec4e6a1a9f03 /src/lib/evas/Evas_Eo.h | |
parent | e2980cd9812113fc4a216749eb23d7611b02fd55 (diff) |
efl: fix include due to stale files.
Reviewers: zmike
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D10583
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index ddf3b2d2b0..5a725cc205 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -186,7 +186,7 @@ struct _Efl_Canvas_Object_Animation_Event | |||
186 | */ | 186 | */ |
187 | 187 | ||
188 | /* Input events */ | 188 | /* Input events */ |
189 | #include "interfaces/efl_input_types.eot.h" | 189 | #include "canvas/efl_input_types.eot.h" |
190 | #include "canvas/efl_input_device.eo.h" | 190 | #include "canvas/efl_input_device.eo.h" |
191 | #include "canvas/efl_canvas_pointer.eo.h" | 191 | #include "canvas/efl_canvas_pointer.eo.h" |
192 | #include "canvas/efl_canvas_scene.eo.h" | 192 | #include "canvas/efl_canvas_scene.eo.h" |