From 36af4d96294e644bbec2246fe309ed8e7a7c62f6 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Thu, 10 Feb 2005 11:49:13 +0000 Subject: [PATCH] Fixed include ring [r5074] --- ir/tv/tv.h | 6 ++---- ir/tv/tv_t.h | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ir/tv/tv.h b/ir/tv/tv.h index accdad821..fd7eda048 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -20,10 +20,8 @@ #ifndef _TV_H_ #define _TV_H_ -# include "irmode.h" -/* # include "entity.h" */ -# include "irnode.h" /* for pnc_number enum */ - +#include "irmode.h" +#include "pnc.h" /****h* libfirm/tv * diff --git a/ir/tv/tv_t.h b/ir/tv/tv_t.h index b5c622dde..76522b9a5 100644 --- a/ir/tv/tv_t.h +++ b/ir/tv/tv_t.h @@ -16,6 +16,8 @@ #ifndef _TV_T_H_ #define _TV_T_H_ +#include "entity.h" +#include "irmode.h" #include "tv.h" -- 2.20.1