[llvm-commits] CVS: llvm/include/llvm/Support/CFG.h InstVisitor.h PassNameParser.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jun 21 22:08:01 PDT 2003
Changes in directory llvm/include/llvm/Support:
CFG.h updated: 1.11 -> 1.12
InstVisitor.h updated: 1.17 -> 1.18
PassNameParser.h updated: 1.6 -> 1.7
---
Log message:
Remove a ton of extraneous #includes
---
Diffs of the changes:
Index: llvm/include/llvm/Support/CFG.h
diff -u llvm/include/llvm/Support/CFG.h:1.11 llvm/include/llvm/Support/CFG.h:1.12
--- llvm/include/llvm/Support/CFG.h:1.11 Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/CFG.h Sat Jun 21 22:07:01 2003
@@ -13,8 +13,6 @@
#include "llvm/InstrTypes.h"
#include "Support/iterator"
-#include <assert.h>
-
//===--------------------------------------------------------------------===//
// BasicBlock pred_iterator definition
//===--------------------------------------------------------------------===//
Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.17 llvm/include/llvm/Support/InstVisitor.h:1.18
--- llvm/include/llvm/Support/InstVisitor.h:1.17 Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/InstVisitor.h Sat Jun 21 22:07:01 2003
@@ -44,7 +44,6 @@
#define LLVM_SUPPORT_INSTVISITOR_H
#include "llvm/Instruction.h"
-#include <assert.h>
class Module;
Index: llvm/include/llvm/Support/PassNameParser.h
diff -u llvm/include/llvm/Support/PassNameParser.h:1.6 llvm/include/llvm/Support/PassNameParser.h:1.7
--- llvm/include/llvm/Support/PassNameParser.h:1.6 Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/PassNameParser.h Sat Jun 21 22:07:01 2003
@@ -20,7 +20,6 @@
#include "llvm/Pass.h"
#include <algorithm>
#include <iostream>
-#include <assert.h>
//===----------------------------------------------------------------------===//
// PassNameParser class - Make use of the pass registration mechanism to
More information about the llvm-commits
mailing list