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

Commit a5b505f

Browse files
Automatically apply IWYU to the codebase (#4660)
1 parent 38fa05a commit a5b505f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/OrbitGl/CaptureWindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#include <GteVector.h>
88
#include <absl/container/btree_map.h>
9-
#include <absl/flags/flag.h>
109
#include <absl/strings/str_format.h>
1110

1211
#include <algorithm>
@@ -25,7 +24,6 @@
2524
#include "ClientData/CaptureData.h"
2625
#include "ClientData/DataManager.h"
2726
#include "ClientData/ThreadStateSliceInfo.h"
28-
#include "ClientFlags/ClientFlags.h"
2927
#include "ClientProtos/capture_data.pb.h"
3028
#include "DisplayFormats/DisplayFormats.h"
3129
#include "Introspection/Introspection.h"

src/OrbitGl/OrbitApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <absl/container/flat_hash_map.h>
88
#include <absl/container/flat_hash_set.h>
99
#include <absl/flags/flag.h>
10-
#include <absl/flags/internal/flag.h>
1110
#include <absl/hash/hash.h>
1211
#include <absl/strings/match.h>
1312
#include <absl/strings/str_cat.h>
@@ -115,6 +114,7 @@
115114
#include "Statistics/BinomialConfidenceInterval.h"
116115
#include "SymbolProvider/ModuleIdentifier.h"
117116
#include "SymbolProvider/SymbolLoadingOutcome.h"
117+
#include "absl/flags/internal/flag.h"
118118

119119
using orbit_base::CanceledOr;
120120
using orbit_base::Future;

0 commit comments

Comments
 (0)