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
This commit is contained in:
Craig Topper 2012-09-15 18:41:37 +00:00
parent 86a1c32e67
commit dfa997992b
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {