[llvm-commits] [llvm] r75208 - /llvm/trunk/include/llvm/CodeGen/AsmStream.h

David Greene greened at obbligato.org
Thu Jul 9 17:34:39 PDT 2009


Author: greened
Date: Thu Jul  9 19:34:39 2009
New Revision: 75208

URL: http://llvm.org/viewvc/llvm-project?rev=75208&view=rev
Log:

Fix #include specification.

Modified:
    llvm/trunk/include/llvm/CodeGen/AsmStream.h

Modified: llvm/trunk/include/llvm/CodeGen/AsmStream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmStream.h?rev=75208&r1=75207&r2=75208&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmStream.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmStream.h Thu Jul  9 19:34:39 2009
@@ -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 
 {





More information about the llvm-commits mailing list