bechordal: Remove the attribute cls from struct post_spill_env_t.
[libfirm] / ir / be / becopyopt.h
index 20c158a..67175e2 100644 (file)
 #ifndef FIRM_BE_BECOPYOPT_H
 #define FIRM_BE_BECOPYOPT_H
 
-#include <stdio.h>
 #include <stdbool.h>
 
 #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);