Skip to content

Commit 89c5811

Browse files
Removing headers
1 parent 66b49ad commit 89c5811

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

lldb/include/lldb/Host/aix/HostInfoAIX.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#include "lldb/Host/posix/HostInfoPosix.h"
1313
#include "lldb/Utility/FileSpec.h"
14-
#include "llvm/ADT/StringRef.h"
15-
#include "llvm/Support/VersionTuple.h"
1614

1715
namespace lldb_private {
1816

lldb/source/Host/aix/HostInfoAIX.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "lldb/Host/aix/HostInfoAIX.h"
10-
#include "lldb/Host/Config.h"
11-
#include "lldb/Host/FileSystem.h"
12-
#include "lldb/Utility/LLDBLog.h"
13-
#include "lldb/Utility/Log.h"
14-
#include "llvm/Support/Threading.h"
15-
#include <algorithm>
16-
#include <climits>
17-
#include <cstdio>
18-
#include <cstring>
19-
#include <mutex>
20-
#include <sys/utsname.h>
21-
#include <unistd.h>
2210

2311
using namespace lldb_private;
2412

0 commit comments

Comments
 (0)