diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-09-15 18:41:37 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-09-15 18:41:37 +0000 |
commit | dfa997992b16bbea02ac5102efd91f496b27cbb7 (patch) | |
tree | 87af9cf1976af7a403d7c5e0f4bcd9ead35911a6 /include/llvm/Support | |
parent | 86a1c32e67b23c5e9e42dff9eb86e99ba15bb42f (diff) |
Fix a couple include directives that used angle brackets for llvm files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/LEB128.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/LEB128.h b/include/llvm/Support/LEB128.h index 410edd4dc7..b52e5bc9ad 100644 --- a/include/llvm/Support/LEB128.h +++ b/include/llvm/Support/LEB128.h @@ -15,7 +15,7 @@ #ifndef LLVM_SYSTEM_LEB128_H #define LLVM_SYSTEM_LEB128_H -#include <llvm/Support/raw_ostream.h> +#include "llvm/Support/raw_ostream.h" namespace llvm { |