Changed header includes.
authortwisti <none@none>
Tue, 29 Mar 2005 22:25:59 +0000 (22:25 +0000)
committertwisti <none@none>
Tue, 29 Mar 2005 22:25:59 +0000 (22:25 +0000)
src/mm/boehm.h
src/toolbox/logging.h

index d8687e78a9be6cc06ad21f2a728f9df5afdf159c..3a53035b05803d603d9256b54e5b11fb353cda0d 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: boehm.h 1793 2004-12-21 10:14:35Z twisti $
+   $Id: boehm.h 2128 2005-03-29 22:25:59Z twisti $
 
 */
 
@@ -35,7 +35,7 @@
 #define _BOEHM_H
 
 #include "types.h"
-#include "vm/global.h"
+#include "vm/method.h"
 
 
 struct otherstackcall;
index 0a26fddf77dd67116110a44e73e2cf78de3fc788..bb425683783a0157355403e36b4cd624ea36d077 100644 (file)
@@ -1,4 +1,4 @@
-/* toolbox/logging.h - contains logging functions
+/* src/toolbox/logging.h - contains logging functions
 
    Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
    R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
@@ -26,7 +26,9 @@
 
    Authors: Reinhard Grafl
 
-   $Id: logging.h 2020 2005-03-09 12:01:42Z twisti $
+   Changes: Christan Thalinger
+
+   $Id: logging.h 2128 2005-03-29 22:25:59Z twisti $
 
 */
 
@@ -37,7 +39,9 @@
 #include <stdio.h>
 
 #include "config.h"
-#include "vm/global.h"
+#include "vm/class.h"
+#include "vm/method.h"
+#include "vm/utf8.h"
 
 
 #define MAXLOGTEXT 500