From: Andre Noll Date: Sun, 30 Nov 2008 23:26:57 +0000 (+0100) Subject: Include portable_io.h only when needed. X-Git-Tag: v0.3.4~94 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=67612cc8cfd244bc1f29ff1617f849326027f8ac;hp=9262809551df9548f65b90490404ff0e2e4bfcc7 Include portable_io.h only when needed. --- diff --git a/aft.c b/aft.c index 90989284..5cca5b8d 100644 --- a/aft.c +++ b/aft.c @@ -20,6 +20,7 @@ #include "vss.h" #include "fd.h" #include "ipc.h" +#include "portable_io.h" static struct osl_table *audio_file_table; diff --git a/hash.h b/hash.h index 03b45e04..2d6de8ab 100644 --- a/hash.h +++ b/hash.h @@ -6,8 +6,6 @@ /** \file hash.h Inline functions for hash values. */ -#include "portable_io.h" - /** hash arrays are always unsigned char. */ #define HASH_TYPE unsigned char diff --git a/osl_core.h b/osl_core.h index e042665a..5e2acaa0 100644 --- a/osl_core.h +++ b/osl_core.h @@ -9,6 +9,7 @@ #include "rbtree.h" #include "osl.h" #include "string.h" +#include "portable_io.h" #include "hash.h" /** Internal representation of a column of an osl table. */