diff options
-rw-r--r-- | include/llvm/DefaultPasses.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/LEB128.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/DefaultPasses.h b/include/llvm/DefaultPasses.h index 929569d543..9f1ade86ab 100644 --- a/include/llvm/DefaultPasses.h +++ b/include/llvm/DefaultPasses.h @@ -14,7 +14,7 @@ #ifndef LLVM_DEFAULT_PASS_SUPPORT_H #define LLVM_DEFAULT_PASS_SUPPORT_H -#include <llvm/PassSupport.h> +#include "llvm/PassSupport.h" namespace llvm { 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 { |