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

@ -8,7 +8,7 @@
There is NO WARRANTY for this software. See license.txt for
details. */
#include "heap/heap.h"
#include <avian/vm/heap/heap.h>
#include "heapwalk.h"
#include "common.h"
#include "machine.h"

View File

@ -8,7 +8,7 @@
There is NO WARRANTY for this software. See license.txt for
details. */
#include "heap/heap.h"
#include <avian/vm/heap/heap.h>
#include "system.h"
#include "common.h"
#include "arch.h"

View File

@ -13,7 +13,7 @@
#include "common.h"
#include "system.h"
#include "heap/heap.h"
#include <avian/vm/heap/heap.h>
#include "finder.h"
#include "processor.h"
#include "constants.h"

View File

@ -13,7 +13,7 @@
#include "common.h"
#include "system.h"
#include "heap/heap.h"
#include <avian/vm/heap/heap.h>
#include "bootimage.h"
#include "heapwalk.h"
#include "zone.h"

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"