Remove unnecessary #include

This commit is contained in:
Justin Ethier 2018-12-19 16:39:15 -05:00
parent 58e2809330
commit f617f8b102

View file

@ -9,8 +9,6 @@
#ifndef CYCLONE_RUNTIME_MAIN_H
#define CYCLONE_RUNTIME_MAIN_H
#include "cyclone/types.h"
long global_stack_size = 0;
long global_heap_size = 0;