From ea1936a594d7e4e656731223b76d355fc5431ef9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Dec 2011 22:11:22 +0000 Subject: Move all #ifdef gunk to serd_internal.h. Centralise file open and buffer allocation to localize platform tweaks. git-svn-id: http://svn.drobilla.net/serd/trunk@244 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/uri.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/uri.c') diff --git a/src/uri.c b/src/uri.c index 61fb35ce..24dd91d1 100644 --- a/src/uri.c +++ b/src/uri.c @@ -14,14 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/** @file uri.c */ +#include "serd_internal.h" #include #include #include -#include "serd_internal.h" - // #define URI_DEBUG 1 SERD_API -- cgit v1.2.1