diff options
author | yenatch <yenatch@gmail.com> | 2014-02-01 13:55:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-01 13:55:48 -0500 |
commit | 7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 (patch) | |
tree | 71fcf0a5ffecca5ade5d5c148147a5312db3c859 /includes.asm | |
parent | 65efbe55e7648b6aa1a122155222e73b74dc31c1 (diff) |
Get rid of globals.asm
This breaks the build until labels are exported again!
Diffstat (limited to 'includes.asm')
-rw-r--r-- | includes.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes.asm b/includes.asm index cb82f5d1c..456623d9f 100644 --- a/includes.asm +++ b/includes.asm @@ -1,3 +1,2 @@ -INCLUDE "globals.asm" INCLUDE "contents.asm" INCLUDE "constants.asm" |