mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 02:07:16 +00:00
For PR351:
* Remove redundant #includes that are now in Unix.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68fdcc123b
commit
51b9f62462
@ -18,13 +18,9 @@
|
||||
|
||||
#include "Unix.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
|
||||
std::string TimeValue::toString() const {
|
||||
char buffer[32];
|
||||
|
||||
|
@ -18,13 +18,9 @@
|
||||
|
||||
#include "Unix.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
|
||||
std::string TimeValue::toString() const {
|
||||
char buffer[32];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user