]> granicus.if.org Git - llvm/commitdiff
Remove unused #includes of TimeValue.h. NFC.
authorPavel Labath <labath@google.com>
Mon, 24 Oct 2016 14:00:26 +0000 (14:00 +0000)
committerPavel Labath <labath@google.com>
Mon, 24 Oct 2016 14:00:26 +0000 (14:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284975 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllIR.h
lib/MC/WinCOFFObjectWriter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.cpp

index 77e19ce900e328c26e96652b7e494bd036a2812a..f078c73f979ea5b94a08d9fe69963638f38aa753 100644 (file)
@@ -31,7 +31,6 @@
 #include "llvm/Support/Process.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/Signals.h"
-#include "llvm/Support/TimeValue.h"
 #include <cstdlib>
 
 namespace {
index 819d446d216d44443fd510827e7fcdbeb7652c83..5730c931b0f3d9294330e34050ebfc94bf8bd91f 100644 (file)
@@ -34,7 +34,6 @@
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/JamCRC.h"
-#include "llvm/Support/TimeValue.h"
 #include <cstdio>
 #include <ctime>
 
index a80e9dbb7693271380f3f361b08e176ceff49b75..86d8f64261a7b4259fbe2a0154fd6e7076a1857e 100644 (file)
@@ -45,7 +45,6 @@
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/TargetRegistry.h"
-#include "llvm/Support/TimeValue.h"
 #include "llvm/Target/TargetLoweringObjectFile.h"
 #include "llvm/Transforms/Utils/UnrollLoop.h"
 #include <sstream>