diff options
Diffstat (limited to 'scene/gui/shortcut.h')
-rw-r--r-- | scene/gui/shortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/shortcut.h b/scene/gui/shortcut.h index 59d3245db5..b22c3441c5 100644 --- a/scene/gui/shortcut.h +++ b/scene/gui/shortcut.h @@ -31,7 +31,7 @@ #ifndef SHORTCUT_H #define SHORTCUT_H -#include "core/os/input_event.h" +#include "core/input/input_event.h" #include "core/resource.h" class ShortCut : public Resource { |