OSDN Git Service

Fix quotes.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:29:45 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:29:45 +0000 (06:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19909 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Timer.h

index e73b152..94cac6a 100644 (file)
@@ -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>