Removed useless forward declaration of ir_phase.
[libfirm] / ir / ir / irtypes.h
index abe4b79..b78cdd9 100644 (file)
@@ -47,8 +47,6 @@
 #include "obst.h"
 #include "vrp.h"
 
-struct ir_phase;
-
 /** The type of an ir_op. */
 struct ir_op {
        unsigned code;          /**< The unique opcode of the op. */