[llvm-commits] CVS: llvm/lib/Support/Timer.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Jun 19 13:43:06 PDT 2003
Changes in directory llvm/lib/Support:
Timer.cpp updated: 1.19 -> 1.20
---
Log message:
Remove usage of sys/unistd.h
---
Diffs of the changes:
Index: llvm/lib/Support/Timer.cpp
diff -u llvm/lib/Support/Timer.cpp:1.19 llvm/lib/Support/Timer.cpp:1.20
--- llvm/lib/Support/Timer.cpp:1.19 Tue Jun 17 14:54:00 2003
+++ llvm/lib/Support/Timer.cpp Thu Jun 19 13:42:09 2003
@@ -8,7 +8,6 @@
#include "Support/CommandLine.h"
#include <sys/resource.h>
#include <sys/time.h>
-#include <sys/unistd.h>
#include <unistd.h>
#ifndef __FreeBSD__
#include <malloc.h>
More information about the llvm-commits
mailing list