X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firreflect.c;h=94ee9ffdce850ed1aa34aa3618f5ae3f2acb5f3b;hb=e1c33a238578342a072e1c95ff12eefe6d0acd37;hp=6948fae8d7551495bb6f08799d71d4ad079b1274;hpb=d382d46d40faa79f071cf3eebd74fc47ad22b196;p=libfirm diff --git a/ir/ir/irreflect.c b/ir/ir/irreflect.c index 6948fae8d..94ee9ffdc 100644 --- a/ir/ir/irreflect.c +++ b/ir/ir/irreflect.c @@ -10,6 +10,8 @@ # include "config.h" #endif +#include + #ifdef HAVE_STDLIB_H # include #endif @@ -22,16 +24,13 @@ #include "obst.h" +#include "irnode_t.h" #include "irmode.h" #include "irreflect.h" #define obstack_grow_str(obst,s) obstack_grow((obst), (s), strlen((s))) #define obstack_grow_str_const(obst,s) obstack_grow((obst), (s), sizeof((s))) -extern int obstack_printf(struct obstack *obst, const char *fmt, ...); - -#define INLINE inline - /** * Get the number of bits set in a word. */