X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ffltcalc.c;h=7c5d6fdd15a1eed8f34c49b0d1db5674254e7965;hb=e70c22e8aa4cc93e7d72f58453c03cb9bd797e31;hp=5e6d26ab46f7f1a9a105d284f3e986dcf0c1b7bd;hpb=5c37521f4464edd75e85a32e52d5bf5225f8ede5;p=libfirm diff --git a/ir/tv/fltcalc.c b/ir/tv/fltcalc.c index 5e6d26ab4..7c5d6fdd1 100644 --- a/ir/tv/fltcalc.c +++ b/ir/tv/fltcalc.c @@ -26,19 +26,22 @@ #endif #ifdef HAVE_INTTYPES_H -#include +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include #endif - -#include -#include -#include -#include #ifdef HAVE_ALLOCA_H # include #endif #ifdef HAVE_MALLOC_H # include #endif +#include +#include #include "xmalloc.h"