bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / beutil.h
index da27a5d..5a0c4f0 100644 (file)
  * @file
  * @brief       Contains some useful function for the backend.
  * @author      Sebastian Hack
- * @version     $Id$
  */
 #ifndef FIRM_BE_BEUTIL_H
 #define FIRM_BE_BEUTIL_H
 
-#include <stdio.h>
-
 #include "firm_types.h"
-#include "pset.h"
-
-#include "bearch.h"
-
-/* iterate over a list of ir_nodes linked by link field */
-#define foreach_linked_irns(head, iter) for ((iter) = (head); (iter); (iter) = get_irn_link((iter)))
 
 /**
  * Convenient block getter.