* src/threads/lock.cpp: Slight memory barrier clarification.
[cacao.git] / src / vm / classcache.cpp
index 93db61a9b4eeaafbbf5bc37a6ad168a4d1473cc8..f0900e2289860f5c4af9d62a47b072610289abad 100644 (file)
 
 #include "vm/types.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "threads/lock.hpp"
 #include "threads/mutex.hpp"
 
 #include "toolbox/hashtable.h"
-#include "toolbox/logging.h"
+#include "toolbox/logging.hpp"
 
 #include "vm/classcache.hpp"
 #include "vm/exceptions.hpp"
 
 /* #define CLASSCACHE_VERBOSE */
 
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
 /*============================================================================*/
 /* STATISTICS                                                                 */
 /*============================================================================*/
@@ -1574,10 +1570,6 @@ dump_it:
        CLASSCACHE_UNLOCK();
 }
 
-#if defined(__cplusplus)
-}
-#endif
-
 #endif /* NDEBUG */
 
 /*