From: Michael Beck Date: Tue, 30 Nov 2004 10:47:17 +0000 (+0000) Subject: removed irprintf.h as global header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=23320d640b14dcee45ec5f0699bd4eecaa69648d;p=libfirm removed irprintf.h as global header [r4504] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 8e5ad0aab..85ff05033 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -115,7 +115,6 @@ extern "C" { Then it should be sufficient to include instead of firm.h as not all enums are needed in the implementation files. */ -#include "irprintf.h" /* printf like dumping facility */ #include "irdump.h" #include "irvrfy.h" #include "trvrfy.h"