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/writer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/writer.c') diff --git a/src/writer.c b/src/writer.c index 8ab533d4..58ac35cd 100644 --- a/src/writer.c +++ b/src/writer.c @@ -14,13 +14,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "serd_internal.h" + #include #include #include #include -#include "serd_internal.h" - #define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#" #define NS_XSD "http://www.w3.org/2001/XMLSchema#" -- cgit v1.2.1