Prune #includes
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 20:49:47 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 20:49:47 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4295 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeForBasicBlock.h

index 0f8a158c725bad2d64c5abe3c41a026ccf452181..a95103f35fd8105352aca93c0a705396aee8a344 100644 (file)
@@ -1,20 +1,18 @@
 //===-- llvm/CodeGen/MachineCodeForBasicBlock.h -----------------*- C++ -*--=//
 // 
-// Purpose:
-//   Collect the sequence of machine instructions for a basic block.
+// Collect the sequence of machine instructions for a basic block.
+//
 //===---------------------------------------------------------------------===//
 
 #ifndef LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H
 #define LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H
 
 #include "llvm/BasicBlock.h"
-#include "llvm/Annotation.h"
-#include <vector>
 class MachineInstr;
 
 extern AnnotationID MCFBB_AID;
 
-class MachineCodeForBasicBlock: public Annotation {
+class MachineCodeForBasicBlock : public Annotation {
   std::vector<MachineInstr*> Insts;
 public:
   MachineCodeForBasicBlock();
index 0f8a158c725bad2d64c5abe3c41a026ccf452181..a95103f35fd8105352aca93c0a705396aee8a344 100644 (file)
@@ -1,20 +1,18 @@
 //===-- llvm/CodeGen/MachineCodeForBasicBlock.h -----------------*- C++ -*--=//
 // 
-// Purpose:
-//   Collect the sequence of machine instructions for a basic block.
+// Collect the sequence of machine instructions for a basic block.
+//
 //===---------------------------------------------------------------------===//
 
 #ifndef LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H
 #define LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H
 
 #include "llvm/BasicBlock.h"
-#include "llvm/Annotation.h"
-#include <vector>
 class MachineInstr;
 
 extern AnnotationID MCFBB_AID;
 
-class MachineCodeForBasicBlock: public Annotation {
+class MachineCodeForBasicBlock : public Annotation {
   std::vector<MachineInstr*> Insts;
 public:
   MachineCodeForBasicBlock();