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

Commit 94998d3

Browse files
Automatically apply IWYU to the codebase (#4651)
1 parent 3288665 commit 94998d3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/OrbitSshQt/SftpCopyToRemoteOperationTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
#include <gmock/gmock.h>
66
#include <gtest/gtest.h>
77

8-
#include <QList>
98
#include <QSignalSpy>
10-
#include <QVariant>
119
#include <filesystem>
1210
#include <string>
1311

12+
#include "OrbitBase/Typedef.h"
1413
#include "OrbitSshQt/SftpCopyToRemoteOperation.h"
1514
#include "OrbitSshQt/Task.h"
1615
#include "QtTestUtils/WaitFor.h"

src/OrbitSshQt/TaskTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "OrbitBase/Future.h"
2323
#include "OrbitBase/Result.h"
24+
#include "OrbitBase/Typedef.h"
2425
#include "OrbitBase/WhenAll.h"
2526
#include "OrbitSshQt/Task.h"
2627
#include "QtTestUtils/WaitFor.h"

src/SshQtTestUtils/KillProcessListeningOnTcpPort.cpp

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

77
#include <absl/strings/str_format.h>
88

9-
#include <optional>
10-
#include <string>
11-
129
#include "OrbitBase/Result.h"
1310
#include "OrbitSshQt/Session.h"
1411
#include "OrbitSshQt/Task.h"

0 commit comments

Comments
 (0)