* src/mm/memory.cpp,
[cacao.git] / src / vm / jit / verify / typecheck-typeinferer.cpp
index 6f8ee53cd69b9030021301bbcdcd76f8ef913dfa..4f69f8e3e2000b3e6d1b92e4dc288990f9f7914b 100644 (file)
 #include <assert.h>
 #include <string.h>
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "native/native.hpp"
 
-#include "toolbox/logging.h"
+#include "toolbox/logging.hpp"
 
-#include "vm/access.h"
+#include "vm/access.hpp"
 #include "vm/array.hpp"
 #include "vm/jit/builtin.hpp"
 #include "vm/exceptions.hpp"
@@ -483,7 +483,7 @@ bool typecheck_infer_types(jitdata *jd)
  * Emacs will automagically detect them.
  * ---------------------------------------------------------------------
  * Local variables:
- * mode: c
+ * mode: c++
  * indent-tabs-mode: t
  * c-basic-offset: 4
  * tab-width: 4