move system.h to include

This commit is contained in:
Joshua Warner
2013-02-20 20:42:09 -07:00
parent 41d84f7d5a
commit f17b8cef08
19 changed files with 18 additions and 18 deletions

View File

@ -12,7 +12,7 @@
#include "common.h"
#include <avian/vm/heap/heap.h>
#include "system.h"
#include <avian/vm/system/system.h>
#include "target.h"
#include <avian/vm/codegen/assembler.h>