aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Host.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-09 22:28:44 +0100
committerserge-sans-paille <sguelton@redhat.com>2022-03-11 11:41:32 +0100
commitfbbc41f8dd233f1f0655852ca3e9634b1bb90cf0 (patch)
tree76038b2048a09c6856123b2bd854758a0a547b02 /llvm/lib/Support/Host.cpp
parent36be8fabb09764a080e69d37558dd8aa7b81526e (diff)
downloadllvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.zip
llvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.tar.gz
llvm-fbbc41f8dd233f1f0655852ca3e9634b1bb90cf0.tar.bz2
Cleanup include: TableGen
This also includes a few cleanup from Support. Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D121331
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r--llvm/lib/Support/Host.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index da4159a..722f511e 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -11,20 +11,15 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Host.h"
-#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Config/llvm-config.h"
-#include "llvm/Support/BCD.h"
-#include "llvm/Support/Debug.h"
-#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/X86TargetParser.h"
#include "llvm/Support/raw_ostream.h"
-#include <assert.h>
#include <string.h>
// Include the platform-specific parts of this class.