more config.h stuff added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 12:18:19 +0000 (12:18 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 12:18:19 +0000 (12:18 +0000)
[r6828]

ir/tv/fltcalc.c

index 5e6d26a..7c5d6fd 100644 (file)
 #endif
 
 #ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
 #endif
-
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <assert.h>
 #ifdef HAVE_ALLOCA_H
 # include <alloca.h>
 #endif
 #ifdef HAVE_MALLOC_H
 # include <malloc.h>
 #endif
+#include <stdio.h>
+#include <assert.h>
 
 #include "xmalloc.h"