Fix RequiredResult<T> not being parsed properly by include-cleaner
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user