From: Michael Beck Date: Fri, 10 Sep 2004 14:42:54 +0000 (+0000) Subject: added needed includes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9841e34ab54b168f6057a05e84ee3ffa220270ac;p=libfirm added needed includes [r3855] --- diff --git a/ir/opt/cfopt.c b/ir/opt/cfopt.c index fb7480382..4b90f010e 100644 --- a/ir/opt/cfopt.c +++ b/ir/opt/cfopt.c @@ -22,6 +22,8 @@ #include "ircons.h" #include "iropt_t.h" #include "irgwalk.h" +#include "irgmod.h" +#include "irdump.h" #include "irvrfy.h" #include "array.h"