mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Remove unnecessary #include
This commit is contained in:
parent
58e2809330
commit
f617f8b102
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
||||||
#ifndef CYCLONE_RUNTIME_MAIN_H
|
#ifndef CYCLONE_RUNTIME_MAIN_H
|
||||||
#define CYCLONE_RUNTIME_MAIN_H
|
#define CYCLONE_RUNTIME_MAIN_H
|
||||||
|
|
||||||
#include "cyclone/types.h"
|
|
||||||
|
|
||||||
long global_stack_size = 0;
|
long global_stack_size = 0;
|
||||||
long global_heap_size = 0;
|
long global_heap_size = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue