Implement binary emitter for fpush.
[libfirm] / ir / adt / xmalloc.c
index 902779e..cead506 100644 (file)
    [reimplement xstrdup, ... ] */
 #include "config.h"
 
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
 
 #include "xmalloc.h"
 #include "error.h"