X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fparse.c;h=f6c636021d581fcddf8ebd44f1ab88447297e730;hb=cce46771e6d734c275f3e2d5620004da3b5d09ee;hp=8a2d9e32352e5fb9b29b8a218d68ac2bda70e5dc;hpb=f7b3fe1bd86348bfd2a3c506e437084752142c83;p=sbcl.git diff --git a/src/runtime/parse.c b/src/runtime/parse.c index 8a2d9e3..f6c6360 100644 --- a/src/runtime/parse.c +++ b/src/runtime/parse.c @@ -15,8 +15,8 @@ #include #include -#include "runtime.h" #include "sbcl.h" +#include "runtime.h" #if defined(LISP_FEATURE_SB_LDB)