Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Analysis / DependenceGraph.h
index 10013f7f4c1392b25ff21d25cc9268666a5fc02c..65831f980c54df9bd17049358654417497d43953 100644 (file)
@@ -14,7 +14,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-
 #ifndef LLVM_ANALYSIS_DEPENDENCEGRAPH_H
 #define LLVM_ANALYSIS_DEPENDENCEGRAPH_H
 
@@ -22,7 +21,6 @@
 #include <iosfwd>
 #include <vector>
 #include <utility>
-
 #include <assert.h>
 
 class Instruction;