Added gen_ir.py support for Bound, CopyB, InstOf and Raise
[libfirm] / ir / stat / firmstat.c
index 94e53bf..7c9a7c4 100644 (file)
 #ifdef FIRM_STATISTICS
 
 #include <stdio.h>
-
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
 
 #include "irouts.h"
 #include "irdump.h"