Skip to content

Commit

Permalink
move to header
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Sep 7, 2024
1 parent 184f719 commit 827523c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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

0 comments on commit 827523c

Please sign in to comment.