New source tree.
[cacao.git] / src / toolbox / logging.c
index 2318e6fb490d836f5fb8f260ef2b7e0e2dc165c8..6da47dae90b18f5e1b04d6ca192f799fab123a3a 100644 (file)
@@ -27,7 +27,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: logging.c 1245 2004-06-30 20:15:25Z twisti $
+   $Id: logging.c 1621 2004-11-30 13:06:55Z twisti $
 
 */
 
 #include <stdlib.h>
 #include <string.h>
 
-#include "global.h"
-#include "tables.h"
 #include "toolbox/logging.h"
+#include "vm/global.h"
+#include "vm/tables.h"
+#include "vm/statistics.h"
 
 
 /***************************************************************************