From 67612cc8cfd244bc1f29ff1617f849326027f8ac Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 1 Dec 2008 00:26:57 +0100 Subject: [PATCH] Include portable_io.h only when needed. --- aft.c | 1 + hash.h | 2 -- osl_core.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.30.2