X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmips-arch.c;h=9e7651d79d84216fd3d85f8dfba97d78fe957d9b;hb=929fde778f2e5a422f9bcd8ad5f6dcf1dbfccf15;hp=7b68e65f5349c7673f8276596a6de83c4e6a09ec;hpb=2378b4fe567a8fea78b1e4915b9497d8c18ca92f;p=sbcl.git diff --git a/src/runtime/mips-arch.c b/src/runtime/mips-arch.c index 7b68e65..9e7651d 100644 --- a/src/runtime/mips-arch.c +++ b/src/runtime/mips-arch.c @@ -1,7 +1,5 @@ /* - $Header$ - This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -9,9 +7,9 @@ #include +#include "sbcl.h" #include "runtime.h" #include "arch.h" -#include "sbcl.h" #include "globals.h" #include "validate.h" #include "os.h"