From 2ed65999ef6f3e1156427dd3efe04353ae657882 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Jan 2022 17:30:46 +0800 Subject: ... --- include/cru/osx/Convert.hpp | 12 +----------- include/cru/osx/Exception.hpp | 9 +-------- 2 files changed, 2 insertions(+), 19 deletions(-) (limited to 'include/cru/osx') diff --git a/include/cru/osx/Convert.hpp b/include/cru/osx/Convert.hpp index 6d2c0327..ec1d5d6b 100644 --- a/include/cru/osx/Convert.hpp +++ b/include/cru/osx/Convert.hpp @@ -1,12 +1,2 @@ #pragma once -#include "Resource.hpp" - -#include - -namespace cru::platform::osx { -CFStringRef Convert(const String& string); -String Convert(CFStringRef string); - -CFRange Convert(const Range& range); -Range Convert(const CFRange& range); -} // namespace cru::platform::osx +#include "cru/common/platform/osx/Convert.hpp" diff --git a/include/cru/osx/Exception.hpp b/include/cru/osx/Exception.hpp index 5d057c65..4123778b 100644 --- a/include/cru/osx/Exception.hpp +++ b/include/cru/osx/Exception.hpp @@ -1,9 +1,2 @@ #pragma once -#include "cru/platform/Exception.hpp" - -namespace cru::platform::osx { -class OsxException : public PlatformException { - public: - using PlatformException::PlatformException; -}; -} // namespace cru::platform::osx +#include "cru/common/platform/osx/Exception.hpp" -- cgit v1.2.3