From 2b4b16f76e15042e4fb8dabd5b4166dd87858df2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Mar 2006 12:51:27 +0000 Subject: [PATCH] add missing include, removed unused one --- ir/be/beasm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beasm_types.h b/ir/be/beasm_types.h index 102b41301..52ac0e8b6 100644 --- a/ir/be/beasm_types.h +++ b/ir/be/beasm_types.h @@ -7,7 +7,7 @@ #ifndef _BEASM_TYPES_H #define _BEASM_TYPES_H -#include "tv.h" +#include "type.h" /** -- 2.20.1