Index: uspace/lib/cpp/include/exception
===================================================================
--- uspace/lib/cpp/include/exception	(revision 374065606f967a3b637eafb8ec9383514387e5e6)
+++ uspace/lib/cpp/include/exception	(revision 6d4e0d92c73f578fbb595ffab99afef6acdd24c5)
@@ -27,21 +27,3 @@
  */
 
-#ifndef LIBCPP_EXCEPTION
-#define LIBCPP_EXCEPTION
-
-namespace std
-{
-
-class exception
-{
-	public:
-		exception() = default;
-		exception(const exception&) = default;
-		exception& operator=(const exception&) noexcept;
-		virtual const char* what() const;
-		virtual ~exception() = default;
-};
-
-}
-
-#endif
+#include <impl/exception.hpp>
