* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / native / vm / gnuclasspath / java_lang_VMThread.c
index 9956ef34eb99a53d0f9f24b1902caddc2b056e87..0686e51cfe4e23e005bc415e5922fd9181a61694 100644 (file)
@@ -1,4 +1,4 @@
-/* src/native/vm/gnu/java_lang_VMThread.c
+/* src/native/vm/gnuclasspath/java_lang_VMThread.c
 
    Copyright (C) 1996-2005, 2006, 2007, 2008
    CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
@@ -39,7 +39,7 @@
 #include "native/include/java_lang_Thread.h"
 
 #include "threads/lock-common.h"
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 
 #include "vm/exceptions.h"
 #include "vm/stringlocal.h"