X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpdeq.c;h=642fd355803725759bcbe13c582e52fe6def5e90;hb=f82f9c6ffbe60d0c1988c7687b5bca29429a7c57;hp=c3bb77254e32c67cfe10aeb955dd035995a1426a;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/adt/pdeq.c b/ir/adt/pdeq.c index c3bb77254..642fd3558 100644 --- a/ir/adt/pdeq.c +++ b/ir/adt/pdeq.c @@ -24,22 +24,11 @@ * @date 1999 by getting from fiasco * @version $Id$ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#include "firm_config.h" - -#ifdef HAVE_STDIO_H -# include -#endif -#ifdef HAVE_STDLIB_H -# include -#endif -#ifdef HAVE_STRING_H -# include -#endif +#include "config.h" +#include +#include +#include #include #include "fourcc.h" @@ -97,7 +86,7 @@ static unsigned pdeqs_cached; * * @param p The pdeq chunk. */ -static INLINE void free_pdeq_block (pdeq *p) +static inline void free_pdeq_block (pdeq *p) { #ifndef NDEBUG p->magic = 0xbadf00d1; @@ -114,7 +103,7 @@ static INLINE void free_pdeq_block (pdeq *p) * * @return A new pdeq chunk. */ -static INLINE pdeq *alloc_pdeq_block (void) +static inline pdeq *alloc_pdeq_block (void) { pdeq *p; if (TUNE_NSAVED_PDEQS && pdeqs_cached) {