summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-29 06:29:45 +0000
committerChris Lattner <sabre@nondot.org>2005-01-29 06:29:45 +0000
commit8b80ecd5ca7b8648edfef44c57ef6d3895734ba5 (patch)
tree5c401c66b16581c7cfb78aa6131c53685e722815 /include/llvm/Support/Timer.h
parent2cc2ab96e0c76ef7445c9221d8138a439112834d (diff)
downloadllvm-8b80ecd5ca7b8648edfef44c57ef6d3895734ba5.tar.gz
llvm-8b80ecd5ca7b8648edfef44c57ef6d3895734ba5.tar.bz2
llvm-8b80ecd5ca7b8648edfef44c57ef6d3895734ba5.tar.xz
Fix quotes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r--include/llvm/Support/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h
index e73b152822..94cac6a7dd 100644
--- a/include/llvm/Support/Timer.h
+++ b/include/llvm/Support/Timer.h
@@ -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>