From 129687d805025b4e292174ffb3d224a55baf24d2 Mon Sep 17 00:00:00 2001 From: ghazan Date: Sun, 26 Dec 2021 14:36:32 +0300 Subject: further code cleaning --- include/m_types.h | 2 ++ include/m_utils.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_types.h b/include/m_types.h index dd22aa373f..8740be7f30 100644 --- a/include/m_types.h +++ b/include/m_types.h @@ -32,6 +32,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +using namespace std; + #define CALLBACK #define EXTERN_C extern "C" diff --git a/include/m_utils.h b/include/m_utils.h index 9e3f8139e0..f6f06f9988 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -424,8 +424,6 @@ namespace PU MIR_APP_DLL(int) SafeCreateDirectory(const wchar_t *pwszFolder); MIR_APP_DLL(int) SafeDeleteDirectory(const wchar_t *pwszDirName); MIR_APP_DLL(int) SafeCreateFilePath(const wchar_t *pwszFolder); - - }; #endif // M_UTILS_H__ -- cgit v1.2.3