diff options
Diffstat (limited to 'core/input_map.h')
-rw-r--r-- | core/input_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/input_map.h b/core/input_map.h index bdec75c65b..8f286277d1 100644 --- a/core/input_map.h +++ b/core/input_map.h @@ -31,8 +31,8 @@ #ifndef INPUT_MAP_H #define INPUT_MAP_H -#include "object.h" -#include "os/input_event.h" +#include "core/object.h" +#include "core/os/input_event.h" class InputMap : public Object { |