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