* src/mm/memory.cpp,
[cacao.git] / src / native / vm / gnuclasspath / sun_reflect_ConstantPool.cpp
index 418fb50f92687c38540ae3af5f540dd6159e1d7a..b811d6068dca24d65060697de33a1f9a57f3d283 100644 (file)
@@ -40,7 +40,7 @@
 #include <assert.h>
 #include <stdint.h>
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "native/jni.hpp"
 #include "native/llni.h"
 
 #include "native/vm/reflection.hpp"
 
-#include "toolbox/logging.h"
+#include "toolbox/logging.hpp"
 
-#include "vm/class.h"
+#include "vm/class.hpp"
 #include "vm/exceptions.hpp"
 #include "vm/javaobjects.hpp"
-#include "vm/resolve.h"
+#include "vm/resolve.hpp"
 #include "vm/string.hpp"
 #include "vm/utf8.h"
 #include "vm/vm.hpp"