move heap.h to include

This commit is contained in:
Joshua Warner
2013-02-20 10:23:20 -07:00
parent 52b2fd74ef
commit 24ff91c229
6 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
#include <stdio.h>
#include "common.h"
#include "heap/heap.h"
#include <avian/vm/heap/heap.h>
#include "system.h"
#include "target.h"