Skip to content

Commit 9ebc99a

Browse files
committed
fix: small refactor
1 parent 6adeb91 commit 9ebc99a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/utils.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#include "utils.hpp"
22

3-
#include <dotnet/error_codes.h>
4-
53
using namespace netlm;
64

75
#if NETLM_PLATFORM_WINDOWS
86

9-
#include <Windows.h>
7+
#include <windows.h>
108

119
std::wstring Utils::ConvertUtf8ToWide(std::string_view str){
1210
std::wstring ret;

src/utils.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

33
#include <cstring>
4-
#include <plugify/method.hpp>
54

65
#if NETLM_PLATFORM_WINDOWS
76
#define NETLM_NSTR(str) L##str

0 commit comments

Comments
 (0)