Index: uspace/lib/cpp/include/memory
===================================================================
--- uspace/lib/cpp/include/memory	(revision 032565d7983da50852582ad44d106e42ceec31ab)
+++ uspace/lib/cpp/include/memory	(revision 1668862634909cb7775534f571ebb75c10800c4b)
@@ -27,11 +27,11 @@
  */
 
-#include <internal/memory/allocator_arg.hpp>
-#include <internal/memory/allocator_traits.hpp>
-#include <internal/memory/addressof.hpp>
-#include <internal/memory/misc.hpp>
-#include <internal/memory/owner_less.hpp>
-#include <internal/memory/pointer_traits.hpp>
-#include <internal/memory/shared_ptr.hpp>
-#include <internal/memory/unique_ptr.hpp>
-#include <internal/memory/weak_ptr.hpp>
+#include <__bits/memory/allocator_arg.hpp>
+#include <__bits/memory/allocator_traits.hpp>
+#include <__bits/memory/addressof.hpp>
+#include <__bits/memory/misc.hpp>
+#include <__bits/memory/owner_less.hpp>
+#include <__bits/memory/pointer_traits.hpp>
+#include <__bits/memory/shared_ptr.hpp>
+#include <__bits/memory/unique_ptr.hpp>
+#include <__bits/memory/weak_ptr.hpp>
