[project @ 2000-05-12 13:41:59 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / dynamic.c
index 1b416ec..1f37491 100644 (file)
@@ -9,14 +9,13 @@
  * included in the distribution.
  *
  * $RCSfile: dynamic.c,v $
- * $Revision: 1.13 $
- * $Date: 1999/11/25 10:19:15 $
+ * $Revision: 1.15 $
+ * $Date: 2000/03/23 14:54:21 $
  * ------------------------------------------------------------------------*/
 
-#include "prelude.h"
+#include "hugsbasictypes.h"
 #include "storage.h"
 #include "errors.h"
-#include "dynamic.h"
 #include "connect.h"
 
 #if HAVE_WINDOWS_H && !defined(__MSDOS__)