move Allocator to include, properly namespaced

This commit is contained in:
Joshua Warner
2014-02-25 11:32:17 -07:00
committed by Joshua Warner
parent d95a8a9626
commit 52b23b8a6a
31 changed files with 214 additions and 107 deletions

View File

@ -16,7 +16,7 @@
#include "avian/zlib-custom.h"
#include "avian/finder.h"
#include "avian/lzma.h"
#include "avian/append.h"
using namespace vm;
using namespace avian::util;