@@ -18,16 +18,16 @@ #include "config.h" #import "ObjFWRT.h" #import "private.h" -#ifdef OF_HAVE_THREADS -# import "threading.h" -#endif - #import "OFObject.h" #import "OFBlock.h" + +#ifdef OF_HAVE_THREADS +# import "mutex.h" +#endif struct weak_ref { id **locations; size_t count; };