Fixes PR84 for arm.
[cacao.git] / src / vm / string.hpp
index 080c1834f2f5e9962222d699316d10104757f6a6..096f2193eeadc29a86617d3f5e27c3c6f97ed9d0 100644 (file)
@@ -1,4 +1,4 @@
-/* src/vm/stringlocal.h - string header
+/* src/vm/string.hpp - string header
 
    Copyright (C) 1996-2005, 2006, 2007, 2008
    CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
@@ -35,15 +35,13 @@ typedef struct literalstring literalstring;
 
 #include "config.h"
 
-#include "vmcore/system.h"
-
 #include "vm/types.h"
 
 #include "toolbox/hashtable.h"
 
 #include "vm/global.h"
-
-#include "vmcore/utf8.h"
+#include "vm/os.hpp"
+#include "vm/utf8.h"
 
 
 /* data structure of internal javastrings stored in global hashtable **********/
@@ -54,10 +52,6 @@ struct literalstring {
 };
 
 
-/* javastring-hashtable */
-extern hashtable hashtable_string;
-
-
 /* function prototypes ********************************************************/
 
 /* initialize string subsystem */