From db4acddd22634b2873b7085ffc60df1ee726e5f3 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 15 Aug 2013 22:46:51 +0800 Subject: more docs --- model.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'model.cpp') diff --git a/model.cpp b/model.cpp index 3e5c9fa..12aa665 100644 --- a/model.cpp +++ b/model.cpp @@ -1,11 +1,11 @@ -#include - -#include "model.h" -#include "exc.h" #include "consts.h" +#include "model.h" #include "types.h" +#include "exc.h" #include "gc.h" +#include + static const int REPR_STACK_SIZE = 262144; extern EmptyList *empty_list; extern GarbageCollector gc; -- cgit v1.2.3