From f1040180f43c946200cede9a50847c6e5b0eb251 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 30 Mar 2010 22:07:37 +0900 Subject: [PATCH] moving ctype.h and stdio.h includes after u.h include for plan9 (issue 47) --- include/chibi/sexp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/chibi/sexp.h b/include/chibi/sexp.h index fb8e33b1..53e771e4 100644 --- a/include/chibi/sexp.h +++ b/include/chibi/sexp.h @@ -14,9 +14,6 @@ extern "C" { #include "chibi/features.h" #include "chibi/install.h" -#include -#include - #if SEXP_USE_DL #ifndef __MINGW32__ #include @@ -40,6 +37,9 @@ typedef unsigned long size_t; #include #endif +#include +#include + /* tagging system * bits end in 00: pointer * 01: fixnum