diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-03-23 18:07:13 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-03-23 18:07:13 +0000 |
commit | 16132e6faa678fa3ef08e639f0703a5d8a672b94 (patch) | |
tree | 7973f810b1cbfb2825cdc0bcd9ad2c13cc8fd259 /llvm/lib/Support/Timer.cpp | |
parent | 53f5e893c25216d076e3c0b5f3883fdc522015f1 (diff) | |
download | bcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.tar.gz bcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.zip |
Purge unused includes throughout libSupport.
NFC.
llvm-svn: 232976
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index e1a531a0af2..d7b65155d6e 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -14,12 +14,10 @@ #include "llvm/Support/Timer.h" #include "llvm/ADT/StringMap.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Format.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/Mutex.h" -#include "llvm/Support/MutexGuard.h" #include "llvm/Support/Process.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; |