From 22b3bb3ceb4bd94a8028d4b4cdb3c4c3f790a71f Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 16 Mar 2024 21:50:37 +0100 Subject: [PATCH] common: fix windows build caused by double windows.h import --- common/common.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index 90902542a..3cbd4dbae 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -57,7 +57,6 @@ #ifdef __linux__ #include #elif defined(_WIN32) -#include #define PATH_MAX MAX_PATH #else #include