[llvm-commits] CVS: llvm/lib/System/Unix/TimeValue.cpp
Reid Spencer
reid at x10sys.com
Sun Dec 26 22:17:49 PST 2004
Changes in directory llvm/lib/System/Unix:
TimeValue.cpp updated: 1.5 -> 1.6
---
Log message:
For PR351: http://llvm.cs.uiuc.edu/PR351 :
* Remove redundant #includes that are now in Unix.h
---
Diffs of the changes: (+0 -4)
Index: llvm/lib/System/Unix/TimeValue.cpp
diff -u llvm/lib/System/Unix/TimeValue.cpp:1.5 llvm/lib/System/Unix/TimeValue.cpp:1.6
--- llvm/lib/System/Unix/TimeValue.cpp:1.5 Tue Nov 16 00:22:17 2004
+++ llvm/lib/System/Unix/TimeValue.cpp Mon Dec 27 00:17:39 2004
@@ -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];
More information about the llvm-commits
mailing list