removed INLIEN before global functions
[libfirm] / ir / ir / irprog_t.h
index ace996e..ddfc830 100644 (file)
@@ -18,7 +18,7 @@
 # define _IRPROG_T_H_
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "firm_config.h"
 #endif
 
 #include "irprog.h"
@@ -71,7 +71,7 @@ struct ir_prog {
 #endif
 };
 
-INLINE void remove_irp_type_from_list (type *typ);
+void remove_irp_type_from_list (type *typ);
 
 static INLINE type *
 __get_glob_type(void) {