From 637542932dc27dcdfc7def09b58d9d5d4c34fb77 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 8 Jun 2005 10:58:11 +0000 Subject: [PATCH] use tv_t.h instead of tv.h [r5976] --- ir/ir/irarch.c | 2 +- ir/ir/irdumptxt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irarch.c b/ir/ir/irarch.c index 1b67a3c43..74a4c839d 100644 --- a/ir/ir/irarch.c +++ b/ir/ir/irarch.c @@ -16,7 +16,7 @@ #include "ircons_t.h" #include "irgmod.h" #include "irvrfy.h" -#include "tv.h" +#include "tv_t.h" #include "dbginfo_t.h" #include "iropt_dbg.h" #include "irflag_t.h" diff --git a/ir/ir/irdumptxt.c b/ir/ir/irdumptxt.c index 578baa742..c5a99de20 100644 --- a/ir/ir/irdumptxt.c +++ b/ir/ir/irdumptxt.c @@ -31,7 +31,7 @@ #include "entity_t.h" #include "trouts.h" #include "irgwalk.h" -#include "tv.h" +#include "tv_t.h" #include "irdom.h" #include "field_temperature.h" -- 2.20.1