add irgraph.h include
[libfirm] / ir / common / firm.h
index 4b7b4d0..c09faf1 100644 (file)
@@ -56,6 +56,7 @@ extern "C" {
 /* The representations */
 #include "firm_common.h"   /* common type tags. */
 #include "irprog.h"        /* control flow and data of a program */
+#include "irgraph.h"       /* graphs */
 #include "type.h"          /* type representation */
 #include "entity.h"        /* entity representation */
 #include "tv.h"            /* target values */
@@ -82,7 +83,7 @@ extern "C" {
 #include "proc_cloning.h"   /* procedure cloning */
 #include "opt_confirms.h"   /* Confirm based optimizations */
 #include "gvn_pre.h"        /* global value numbering and partial redundancy elimination */
-//#include "opt_branches.h"   /* Branch optimizations */
+#include "opt_frame.h"      /* frame type optimization */
 
 /* Lowering */
 #include "lower_calls.h"      /* lowering of different calls */
@@ -221,7 +222,7 @@ struct _firm_parameter_t {
 
 typedef struct _firm_parameter_t firm_parameter_t;
 
-#define libFirm_VERSION_MAJOR 0
+#define libFirm_VERSION_MAJOR 1
 #define libFirm_VERSION_MINOR 4
 
 /**