mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +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:
@@ -18,13 +18,9 @@
|
|||||||
|
|
||||||
#include "Unix.h"
|
#include "Unix.h"
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
using namespace sys;
|
using namespace sys;
|
||||||
|
|
||||||
|
|
||||||
std::string TimeValue::toString() const {
|
std::string TimeValue::toString() const {
|
||||||
char buffer[32];
|
char buffer[32];
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,9 @@
|
|||||||
|
|
||||||
#include "Unix.h"
|
#include "Unix.h"
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
using namespace sys;
|
using namespace sys;
|
||||||
|
|
||||||
|
|
||||||
std::string TimeValue::toString() const {
|
std::string TimeValue::toString() const {
|
||||||
char buffer[32];
|
char buffer[32];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user