bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / beutil.h
index 8dbb7a5..5a0c4f0 100644 (file)
 #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.