Fix #include specification.

llvm-svn: 75208
This commit is contained in:
David Greene 2009-07-10 00:34:39 +00:00
parent 2be6797ead
commit 98f741bd77
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define LLVM_CODEGEN_ASMSTREAM_H
#include "llvm/Target/TargetAsmInfo.h"
#include <llvm/Support/raw_ostream.h>
#include "llvm/Support/raw_ostream.h"
namespace llvm
{