revivie max_irg_visited
[libfirm] / ir / ir / irprintf.c
index 4f833ad..8faf32a 100644 (file)
  * @date    29.11.2004
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -41,7 +34,6 @@
 
 #include <ctype.h>
 
-#include "firm_config.h"
 #include "ident.h"
 #include "irmode_t.h"
 #include "irnode_t.h"
@@ -55,8 +47,6 @@
 #include "bitset.h"
 #include "dbginfo_t.h"
 
-#define STRNIL "(nil)"
-
 /**
  * Init the string.
  */