fix bugs when exchanging nodes to projs in bepeephole
[libfirm] / ir / be / bespillbelady.h
index 5c956c7..68d9705 100644 (file)
  */
 
 /**
- * Author:      Daniel Grund, Matthias Braun
- * Date:               20.09.2005
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * @file
+ * @brief       Beladys spillalgorithm.
+ * @author      Daniel Grund, Matthias Braun
+ * @date        20.09.2005
+ * @version     $Id$
  */
+#ifndef FIRM_BE_BESPILLBELADY_H
+#define FIRM_BE_BESPILLBELADY_H
 
-#ifndef BESPILLBELADY_H_
-#define BESPILLBELADY_H_
-
-#include "be_t.h"
-#include "bechordal.h"
-
-#include "bearch_t.h"
+#include "beirg.h"
+#include "bearch.h"
 #include "bespill.h"
 
 /**
@@ -41,4 +39,4 @@
 void be_spill_belady_spill_env(be_irg_t *birg, const arch_register_class_t *cls,
                                spill_env_t *spill_env);
 
-#endif /*BESPILLBELADY_H_*/
+#endif /* FIRM_BE_BESPILLBELADY_H */