This commit introduces C++ wrapper classes for Java heap objects.
[cacao.git] / src / vm / jit / codegen-common.c
index c9552b81ba170ea593265a4d1d758e59082196b7..1c51ebb962635b303a42030e28095c63472b6696 100644 (file)
 #include "native/localref.h"
 #include "native/native.h"
 
-#if defined(WITH_JAVA_RUNTIME_LIBRARY_OPENJDK)
-# include "native/include/java_lang_Object.h"
-# include "native/include/java_lang_String.h"           /* required by j.l.CL */
-# include "native/include/java_nio_ByteBuffer.h"        /* required by j.l.CL */
-# include "native/include/java_lang_ClassLoader.h"
-#endif
-
-#if defined(WITH_JAVA_RUNTIME_LIBRARY_CLDC1_1)
-# include "native/include/java_lang_String.h"
-#endif
-
-#include "native/include/java_lang_Class.h"
-
 #include "threads/thread.hpp"
 
 #include "vm/builtin.h"