X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freturn.c;h=4d7e7292af8efedf96c6df5b0952be1973d37b35;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=49088db2901bce02196e7c66e2c330d9ff4a3afa;hpb=f1e5de9e04ab838d24478a5bf9fc1d9c90b51594;p=libfirm diff --git a/ir/opt/return.c b/ir/opt/return.c index 49088db29..4d7e7292a 100644 --- a/ir/opt/return.c +++ b/ir/opt/return.c @@ -32,7 +32,6 @@ #include "ircons_t.h" #include "irnode_t.h" #include "irgmod.h" -#include "xmalloc.h" #define set_bit(n) (returns[(n) >> 3] |= 1 << ((n) & 7)) #define get_bit(n) (returns[(n) >> 3] & (1 << ((n) & 7)))