Purge unused includes throughout libSupport.
[oota-llvm.git] / lib / Support / Timer.cpp
index e1a531a0af2531d63b53ae3bf2d47775a3e49c64..d7b65155d6ef5bdfbdfee466ea9882d8c4043e1c 100644 (file)
 #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;