Fix a couple include directives that used angle brackets for llvm files.

llvm-svn: 163978
This commit is contained in:
Craig Topper 2012-09-15 18:41:37 +00:00
parent a60c0f1163
commit 53d08e4f0c
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 {