[project @ 2003-09-21 13:26:05 by igloo]
[ghc-hetmet.git] / ghc / rts / StgRun.h
index 3dc948b..e015169 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgRun.h,v 1.4 1999/11/02 15:06:04 simonmar Exp $
+ * $Id: StgRun.h,v 1.6 2001/05/25 18:33:46 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -10,9 +10,9 @@
 #ifndef STGRUN_H
 #define STGRUN_H
 
-#include "Storage.h"  /* for {Open,Close}Nursery functions */
-
 extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
+
 EXTFUN(StgReturn);
 
-#endif STGRUN_H
+#endif /* STGRUN_H */
+