mirror of
https://github.com/corda/corda.git
synced 2025-02-09 20:31:18 +00:00
move heap.h to include
This commit is contained in:
parent
52b2fd74ef
commit
24ff91c229
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user