From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/runtime.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index 6fcbeb0a..f97c970a 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -1,3 +1,8 @@ +#ifndef _RUNTIME_H_ +#define _RUNTIME_H_ +/** @file runtime.h + * @brief Main include file for runtime functions. + */ #include #include @@ -14,8 +19,6 @@ #include #include -#include "alloc.h" -#include "map.h" - #define dbug(args...) ; +#endif /* _RUNTIME_H_ */ -- cgit