From a01038a45f3df7fdfe460863ce66d7daa9d612b2 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Fri, 20 Feb 2026 13:25:44 +0100 Subject: [PATCH] debug.cpp: Replace config_{unix,win32} usages --- src/debug.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index 85e7e3f08..4fad57c80 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -45,13 +45,17 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif // defined HAVE_CONFIG_H -#include "config_unix.h" -#include "config_win32.h" + +#ifdef _WIN32 +#include +#endif #include #include #include #include +#include +#include #include #include