besched: Add and use sched_replace().
[libfirm] / ir / be / bera.h
index cab8345..573d9bb 100644 (file)
  * @brief       Base routines for register allocation.
  * @author      Sebastian Hack
  * @date        13.01.2005
- * @version     $Id$
  */
 #ifndef FIRM_BE_BERA_H
 #define FIRM_BE_BERA_H
 
-#include "irnode.h"
-
-#include "belive.h"
-#include "beirg.h"
+#include "firm_types.h"
 
 typedef struct be_ra_t {
        void (*allocate)(ir_graph *irg);   /**< allocate registers on a graph */