1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Remove unused #includes of TimeValue.h. NFC.

llvm-svn: 284975
This commit is contained in:
Pavel Labath 2016-10-24 14:00:26 +00:00
parent 2c41526fc8
commit 0a4bdea033
3 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@
#include "llvm/Support/Process.h" #include "llvm/Support/Process.h"
#include "llvm/Support/Program.h" #include "llvm/Support/Program.h"
#include "llvm/Support/Signals.h" #include "llvm/Support/Signals.h"
#include "llvm/Support/TimeValue.h"
#include <cstdlib> #include <cstdlib>
namespace { namespace {

View File

@ -34,7 +34,6 @@
#include "llvm/Support/Endian.h" #include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/JamCRC.h" #include "llvm/Support/JamCRC.h"
#include "llvm/Support/TimeValue.h"
#include <cstdio> #include <cstdio>
#include <ctime> #include <ctime>

View File

@ -45,7 +45,6 @@
#include "llvm/Support/FormattedStream.h" #include "llvm/Support/FormattedStream.h"
#include "llvm/Support/Path.h" #include "llvm/Support/Path.h"
#include "llvm/Support/TargetRegistry.h" #include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TimeValue.h"
#include "llvm/Target/TargetLoweringObjectFile.h" #include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Transforms/Utils/UnrollLoop.h" #include "llvm/Transforms/Utils/UnrollLoop.h"
#include <sstream> #include <sstream>