Include options.h instead of main.h
authortwisti <none@none>
Wed, 30 Jun 2004 19:26:39 +0000 (19:26 +0000)
committertwisti <none@none>
Wed, 30 Jun 2004 19:26:39 +0000 (19:26 +0000)
mm/boehm.c
src/mm/boehm.c

index 14c7c6bfd93968a59872ad33e807e557ab8fd34a..77e27513b7e9e3bfa2c3aaca4104d51847d802a0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Stefan Ring
 
-   $Id: boehm.c 1144 2004-06-05 23:53:56Z twisti $
+   $Id: boehm.c 1226 2004-06-30 19:26:39Z twisti $
 
 */
 
@@ -34,7 +34,7 @@
 #define GC_LINUX_THREADS
 #endif
 
-#include "main.h"
+#include "options.h"
 #include "boehm.h"
 #include "global.h"
 #include "native.h"
index 14c7c6bfd93968a59872ad33e807e557ab8fd34a..77e27513b7e9e3bfa2c3aaca4104d51847d802a0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Stefan Ring
 
-   $Id: boehm.c 1144 2004-06-05 23:53:56Z twisti $
+   $Id: boehm.c 1226 2004-06-30 19:26:39Z twisti $
 
 */
 
@@ -34,7 +34,7 @@
 #define GC_LINUX_THREADS
 #endif
 
-#include "main.h"
+#include "options.h"
 #include "boehm.h"
 #include "global.h"
 #include "native.h"