Index: uspace/lib/cpp/include/locale
===================================================================
--- uspace/lib/cpp/include/locale	(revision e1a3ab70f1a2afba3f1b9a5c447e140e9e148595)
+++ uspace/lib/cpp/include/locale	(revision eb2c8b624e6b518ed6862a53a679340fadd9f434)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2017 Jaroslav Jindrak
+ * Copyright (c) 2018 Jaroslav Jindrak
  * All rights reserved.
  *
@@ -27,3 +27,9 @@
  */
 
-#include <impl/locale.hpp>
+#include <__bits/locale/codecvt.hpp>
+#include <__bits/locale/ctype.hpp>
+#include <__bits/locale/locale.hpp>
+#include <__bits/locale/locale_misc.hpp>
+#include <__bits/locale/num_get.hpp>
+#include <__bits/locale/num_put.hpp>
+#include <__bits/locale/numpunct.hpp>
