don't have new_immBlock set the current block
[libfirm] / ir / tr / tpop.c
index 2987bc1..e77921a 100644 (file)
  * @author  Goetz Lindenmaier, Michael Beck
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include "xmalloc.h"
 #include "tpop_t.h"
 #include "type_t.h"
+#include "ident.h"
 
 tp_op *type_class;         tp_op *get_tpop_class      (void) { return type_class;       }
 tp_op *type_struct;        tp_op *get_tpop_struct     (void) { return type_struct;      }