Removed return value from descriptor_params_from_paramtypes.
[cacao.git] / src / vm / loader.hpp
index d750b59e1553bcf2a8f716464523cafbd892e7f9..b452176cb3b299760fb02518099a5b0da4159e7d 100644 (file)
@@ -37,10 +37,10 @@ typedef struct classbuffer classbuffer;
 
 #include "vm/types.h"
 
-#include "vm/descriptor.h"
+#include "vm/descriptor.hpp"
 #include "vm/class.hpp"
 #include "vm/global.h"
-#include "vm/method.h"
+#include "vm/method.hpp"
 #include "vm/references.h"
 #include "vm/utf8.h"