Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
move to header
  • Loading branch information
jonahwilliams committed Sep 7, 2024
commit 827523ce44bc4a79306750907f8c557be3d34ce1
1 change: 0 additions & 1 deletion impeller/scene/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <inttypes.h>
#include <atomic>
#include <memory>
#include <variant>
#include <vector>

#include "flutter/fml/logging.h"
Expand Down
1 change: 1 addition & 0 deletions impeller/scene/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <memory>
#include <optional>
#include <vector>
#include <variant>

#include "impeller/base/thread.h"
#include "impeller/base/thread_safety.h"
Expand Down