Fix RequiredResult<T> not being parsed properly by include-cleaner

This commit is contained in:
Enzo Novoselic
2026-05-02 14:02:01 -04:00
parent 7b82c0fe01
commit 1b98247ef8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
#include "core/input/input.h"
#include "core/input/shortcut.h"
#include "scene/main/scene_tree.h"
#include "scene/main/window.h" // IWYU pragma: keep. Needed to get the mouse position from the root window.
#include "scene/main/window.h"
using namespace View3DControllerConsts;