From: Craig Topper Date: Sat, 15 Sep 2012 18:41:37 +0000 (+0000) Subject: Fix a couple include directives that used angle brackets for llvm files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dfa997992b16bbea02ac5102efd91f496b27cbb7;p=oota-llvm.git 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 --- diff --git a/include/llvm/DefaultPasses.h b/include/llvm/DefaultPasses.h index 929569d543d..9f1ade86aba 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 +#include "llvm/PassSupport.h" namespace llvm { diff --git a/include/llvm/Support/LEB128.h b/include/llvm/Support/LEB128.h index 410edd4dc74..b52e5bc9ad3 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 +#include "llvm/Support/raw_ostream.h" namespace llvm {