aboutsummaryrefslogtreecommitdiff
path: root/model.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-15 22:46:51 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-15 22:46:51 +0800
commitdb4acddd22634b2873b7085ffc60df1ee726e5f3 (patch)
tree7fdf557a3e2f774c76455629314e55a6e1ec3649 /model.cpp
parentfc7ce090eaaf1f9afefedd20fb63ca4b3a41eb39 (diff)
more docs
Diffstat (limited to 'model.cpp')
-rw-r--r--model.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/model.cpp b/model.cpp
index 3e5c9fa..12aa665 100644
--- a/model.cpp
+++ b/model.cpp
@@ -1,11 +1,11 @@
-#include <cstdio>
-
-#include "model.h"
-#include "exc.h"
#include "consts.h"
+#include "model.h"
#include "types.h"
+#include "exc.h"
#include "gc.h"
+#include <cstdio>
+
static const int REPR_STACK_SIZE = 262144;
extern EmptyList *empty_list;
extern GarbageCollector gc;