schpriv.h before mzrt.h

svn: r11229
This commit is contained in:
Matthew Flatt 2008-08-13 23:16:50 +00:00
parent 996dc32405
commit 7a6feab38c
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
envionments, a.k.a. namespaces), and also implements much of the envionments, a.k.a. namespaces), and also implements much of the
initialization sequence (filling the initial namespace). */ initialization sequence (filling the initial namespace). */
#include "mzrt.h"
#include "schpriv.h" #include "schpriv.h"
#include "mzrt.h"
#include "schminc.h" #include "schminc.h"
#include "schmach.h" #include "schmach.h"
#include "schexpobs.h" #include "schexpobs.h"

View File

@ -28,8 +28,8 @@
# define SCHEME_NO_GC_PROTO # define SCHEME_NO_GC_PROTO
#endif #endif
#include "mzrt.h"
#include "schpriv.h" #include "schpriv.h"
#include "mzrt.h"
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include "schgc.h" #include "schgc.h"