Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 470d16b

Browse files
author
Jonah Williams
authored
[Impeller] remove unused includes. (#52579)
mostly removing unused fml/macros, but a few others that clangd surfaced. This compiled locally,hope it works on CI!
1 parent 5a5ff16 commit 470d16b

File tree

133 files changed

+7
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+7
-228
lines changed

impeller/aiks/aiks_context.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <memory>
99

10-
#include "flutter/fml/macros.h"
1110
#include "impeller/entity/contents/content_context.h"
1211
#include "impeller/renderer/context.h"
1312
#include "impeller/renderer/render_target.h"

impeller/aiks/aiks_playground.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef FLUTTER_IMPELLER_AIKS_AIKS_PLAYGROUND_H_
66
#define FLUTTER_IMPELLER_AIKS_AIKS_PLAYGROUND_H_
77

8-
#include "flutter/fml/macros.h"
98
#include "impeller/aiks/aiks_context.h"
109
#include "impeller/aiks/picture.h"
1110
#include "impeller/playground/playground_test.h"

impeller/aiks/image.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <memory>
99

10-
#include "flutter/fml/macros.h"
1110
#include "impeller/core/texture.h"
1211

1312
namespace impeller {

impeller/aiks/paint_pass_delegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <optional>
99

10-
#include "flutter/fml/macros.h"
1110
#include "impeller/aiks/paint.h"
1211
#include "impeller/entity/entity_pass_delegate.h"
1312

impeller/aiks/picture.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
#ifndef FLUTTER_IMPELLER_AIKS_PICTURE_H_
66
#define FLUTTER_IMPELLER_AIKS_PICTURE_H_
77

8-
#include <deque>
98
#include <memory>
109
#include <optional>
1110

12-
#include "flutter/fml/macros.h"
1311
#include "impeller/aiks/aiks_context.h"
1412
#include "impeller/aiks/image.h"
15-
#include "impeller/entity/entity.h"
1613
#include "impeller/entity/entity_pass.h"
1714

1815
namespace impeller {

impeller/aiks/picture_recorder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef FLUTTER_IMPELLER_AIKS_PICTURE_RECORDER_H_
66
#define FLUTTER_IMPELLER_AIKS_PICTURE_RECORDER_H_
77

8-
#include "flutter/fml/macros.h"
98
#include "impeller/aiks/canvas.h"
109
#include "impeller/aiks/picture.h"
1110

impeller/base/thread.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include <mutex>
1313
#include <thread>
1414

15-
#include "flutter/fml/logging.h"
16-
#include "flutter/fml/macros.h"
1715
#include "flutter/fml/synchronization/shared_mutex.h"
1816
#include "impeller/base/thread_safety.h"
1917

impeller/compiler/compiler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <sstream>
1010
#include <string>
1111

12-
#include "flutter/fml/macros.h"
1312
#include "flutter/fml/mapping.h"
1413
#include "impeller/compiler/include_dir.h"
1514
#include "impeller/compiler/reflector.h"

impeller/compiler/compiler_backend.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <memory>
1010
#include <variant>
1111

12-
#include "flutter/fml/logging.h"
13-
#include "flutter/fml/macros.h"
1412
#include "spirv_glsl.hpp"
1513
#include "spirv_msl.hpp"
1614
#include "spirv_sksl.h"

impeller/compiler/compiler_test.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef FLUTTER_IMPELLER_COMPILER_COMPILER_TEST_H_
66
#define FLUTTER_IMPELLER_COMPILER_COMPILER_TEST_H_
77

8-
#include "flutter/fml/macros.h"
98
#include "flutter/testing/testing.h"
109
#include "impeller/base/validation.h"
1110
#include "impeller/compiler/compiler.h"

0 commit comments

Comments
 (0)