From: Michael Beck Date: Thu, 6 Apr 2006 12:58:04 +0000 (+0000) Subject: add irgraph.h include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=797fe4533c8a8f0a771e020cc250a03b70c84e32;p=libfirm add irgraph.h include [r7590] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 4017d64d6..c09faf1e2 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -56,6 +56,7 @@ extern "C" { /* The representations */ #include "firm_common.h" /* common type tags. */ #include "irprog.h" /* control flow and data of a program */ +#include "irgraph.h" /* graphs */ #include "type.h" /* type representation */ #include "entity.h" /* entity representation */ #include "tv.h" /* target values */