[llvm-commits] CVS: llvm/include/llvm/Support/Timer.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 28 22:30:00 PST 2005
Changes in directory llvm/include/llvm/Support:
Timer.h updated: 1.16 -> 1.17
---
Log message:
Fix quotes.
---
Diffs of the changes: (+1 -1)
Timer.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Timer.h
diff -u llvm/include/llvm/Support/Timer.h:1.16 llvm/include/llvm/Support/Timer.h:1.17
--- llvm/include/llvm/Support/Timer.h:1.16 Sat Jan 29 00:27:16 2005
+++ llvm/include/llvm/Support/Timer.h Sat Jan 29 00:29:45 2005
@@ -15,7 +15,7 @@
#ifndef LLVM_SUPPORT_TIMER_H
#define LLVM_SUPPORT_TIMER_H
-#include <llvm/Support/DataTypes.h>
+#include "llvm/Support/DataTypes.h"
#include <string>
#include <vector>
#include <iosfwd>
More information about the llvm-commits
mailing list