summaryrefslogtreecommitdiffstats
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
commitafdbae2b5564c55f9edc56cbcbf8249bb8bac280 (patch)
treecf4dd0412a6d4c5f72dae4ffeb26b82a96dbba7e
parentb49177f01760686b58d166d8fb2797f9f0435d14 (diff)
downloadbcm5719-llvm-afdbae2b5564c55f9edc56cbcbf8249bb8bac280.tar.gz
bcm5719-llvm-afdbae2b5564c55f9edc56cbcbf8249bb8bac280.zip
Fix quotes.
llvm-svn: 19909
-rw-r--r--llvm/include/llvm/Support/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Timer.h b/llvm/include/llvm/Support/Timer.h
index e73b152822c..94cac6a7ddc 100644
--- a/llvm/include/llvm/Support/Timer.h
+++ b/llvm/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>
OpenPOWER on IntegriCloud