From b9d28abcd5e8f94813f7c35fd062b1b6c372aa72 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 21:57:20 +0100 Subject: [PATCH] cleanup: Remove unnecessary #include from becopyopt.h. --- ir/be/becopyopt.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index 20c158aff..67175e298 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.h @@ -31,13 +31,10 @@ #ifndef FIRM_BE_BECOPYOPT_H #define FIRM_BE_BECOPYOPT_H -#include #include #include "firm_types.h" -#include "be_types.h" #include "bechordal.h" -#include "beutil.h" typedef int(*cost_fct_t)(const ir_node *node, int input); -- 2.20.1