summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Allocator.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
commit16132e6faa678fa3ef08e639f0703a5d8a672b94 (patch)
tree7973f810b1cbfb2825cdc0bcd9ad2c13cc8fd259 /llvm/lib/Support/Allocator.cpp
parent53f5e893c25216d076e3c0b5f3883fdc522015f1 (diff)
downloadbcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.tar.gz
bcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.zip
Purge unused includes throughout libSupport.
NFC. llvm-svn: 232976
Diffstat (limited to 'llvm/lib/Support/Allocator.cpp')
-rw-r--r--llvm/lib/Support/Allocator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Support/Allocator.cpp b/llvm/lib/Support/Allocator.cpp
index 7c306b2370e..f48edac0598 100644
--- a/llvm/lib/Support/Allocator.cpp
+++ b/llvm/lib/Support/Allocator.cpp
@@ -12,12 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Allocator.h"
-#include "llvm/Support/Compiler.h"
-#include "llvm/Support/DataTypes.h"
-#include "llvm/Support/Memory.h"
-#include "llvm/Support/Recycler.h"
#include "llvm/Support/raw_ostream.h"
-#include <cstring>
namespace llvm {
OpenPOWER on IntegriCloud