]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Include portable_io.h only when needed.
authorAndre Noll <maan@systemlinux.org>
Sun, 30 Nov 2008 23:26:57 +0000 (00:26 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 30 Nov 2008 23:26:57 +0000 (00:26 +0100)
aft.c
hash.h
osl_core.h

diff --git a/aft.c b/aft.c
index 90989284df90cac401a056b7af1d6d7c05c2a27f..5cca5b8d88f0e6de4e7f5770df63fc0785815049 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -20,6 +20,7 @@
 #include "vss.h"
 #include "fd.h"
 #include "ipc.h"
 #include "vss.h"
 #include "fd.h"
 #include "ipc.h"
+#include "portable_io.h"
 
 static struct osl_table *audio_file_table;
 
 
 static struct osl_table *audio_file_table;
 
diff --git a/hash.h b/hash.h
index 03b45e04db71965dd70dfce56eafce6ad83f163e..2d6de8ab25baedad30a039da8f3fa0dba4d3b165 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -6,8 +6,6 @@
 
 /** \file hash.h Inline functions for hash values. */
 
 
 /** \file hash.h Inline functions for hash values. */
 
-#include "portable_io.h"
-
 /** hash arrays are always unsigned char. */
 #define HASH_TYPE unsigned char
 
 /** hash arrays are always unsigned char. */
 #define HASH_TYPE unsigned char
 
index e042665ab9eda67e95f2c5773f11f1311f468805..5e2acaa0dc6fcc2074b9686724020be56d6f822f 100644 (file)
@@ -9,6 +9,7 @@
 #include "rbtree.h"
 #include "osl.h"
 #include "string.h"
 #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. */
 #include "hash.h"
 
 /** Internal representation of a column of an osl table. */