added missing includes for generated new_nodes
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:56:14 +0000 (13:56 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:56:14 +0000 (13:56 +0000)
removed unecessary includes

ir/be/scripts/generate_new_opcodes.pl

index 022bf90..443f8fb 100755 (executable)
@@ -163,7 +163,10 @@ print OUT<<ENDOFHEADER;
  * date:       $creation_time
  */
 
-#include <libfirm/firm.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 #include "irprog_t.h"
@@ -174,8 +177,6 @@ print OUT<<ENDOFHEADER;
 #include "iropt_t.h"
 #include "firm_common_t.h"
 #include "irvrfy_t.h"
-#include "irvrfy.h"
-#include "iropt_dbg.h"
 
 #include "../firm2arch_nodes_attr.h"