[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 20:12:09 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.68 -> 1.69
---
Log message:
Don't #include <Support/*>, #include "Support/*"
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.68 llvm/include/llvm/CodeGen/MachineInstr.h:1.69
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.68 Tue Oct 22 18:16:14 2002
+++ llvm/include/llvm/CodeGen/MachineInstr.h Sun Oct 27 20:11:32 2002
@@ -11,7 +11,7 @@
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Annotation.h"
-#include <Support/iterator>
+#include "Support/iterator"
class Instruction;
//---------------------------------------------------------------------------
More information about the llvm-commits
mailing list