diff options
author | Teddy <[email protected]> | 2013-08-09 09:16:48 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-09 09:16:48 +0800 |
commit | e782bbeb805fffaaa4a118fb88be96894ac68c28 (patch) | |
tree | 146519740693e14950cf124aa5a28ff57c3c99be /builtin.cpp | |
parent | e24962104b203bd699ed3cfa2f30402a1268f9f8 (diff) |
deal with circular reference
Diffstat (limited to 'builtin.cpp')
-rw-r--r-- | builtin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin.cpp b/builtin.cpp index 56ed81c..cec007e 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -1,4 +1,3 @@ -#include "exc.h" #include "consts.h" #include "builtin.h" #include "model.h" |