diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-01-29 06:29:45 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-01-29 06:29:45 +0000 |
| commit | afdbae2b5564c55f9edc56cbcbf8249bb8bac280 (patch) | |
| tree | cf4dd0412a6d4c5f72dae4ffeb26b82a96dbba7e | |
| parent | b49177f01760686b58d166d8fb2797f9f0435d14 (diff) | |
| download | bcm5719-llvm-afdbae2b5564c55f9edc56cbcbf8249bb8bac280.tar.gz bcm5719-llvm-afdbae2b5564c55f9edc56cbcbf8249bb8bac280.zip | |
Fix quotes.
llvm-svn: 19909
| -rw-r--r-- | llvm/include/llvm/Support/Timer.h | 2 |
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> |

