renamed all type * to ir_type *
[libfirm] / ir / ir / irreflect.c
index 6948fae..fbd0d2c 100644 (file)
@@ -10,6 +10,8 @@
 # include "config.h"
 #endif
 
+#include <assert.h>
+
 #ifdef HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
@@ -30,8 +32,6 @@
 
 extern int obstack_printf(struct obstack *obst, const char *fmt, ...);
 
-#define INLINE inline
-
 /**
  * Get the number of bits set in a word.
  */