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
@@ -37,7 +37,7 @@
#include "core/version.h"
#include "scene/main/node.h"
#include "scene/main/scene_tree.h"
#include "scene/main/window.h" // IWYU pragma: keep. Used via `get_root()`.
#include "scene/main/window.h" // IWYU pragma: keep. FIXME: Couldn't figure out how to make RequiredResult<T> equality checks be analyzed properly by include-cleaner.
void SnapshotCollector::initialize() {
pending_snapshots.clear();