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

Commit 518fd6f

Browse files
Automatically apply IWYU to the codebase (#4629)
1 parent 3237101 commit 518fd6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/OrbitSshQt/TunnelTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#include <absl/strings/str_format.h>
65
#include <gmock/gmock.h>
76
#include <gtest/gtest.h>
87
#include <stdint.h>

src/SshQtTestUtils/KillProcessListeningOnTcpPort.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
#include "SshQtTestUtils/KillProcessListeningOnTcpPort.h"
66

7+
#include <absl/strings/str_format.h>
8+
9+
#include <QList>
710
#include <QSignalSpy>
11+
#include <QVariant>
12+
#include <optional>
13+
#include <string>
814

915
#include "OrbitBase/Result.h"
1016
#include "OrbitSshQt/Session.h"

0 commit comments

Comments
 (0)