From 422663d0b2516857da31090024da20b35142426b Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Tue, 16 Jul 2024 13:20:59 +0200 Subject: [PATCH] params: display_server: fix mingw build --- src/hud_elements.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hud_elements.h b/src/hud_elements.h index 8860c90..90bd25f 100644 --- a/src/hud_elements.h +++ b/src/hud_elements.h @@ -11,7 +11,6 @@ #include "net.h" #include "overlay_params.h" #include "shell.h" -#include "shared_x11.h" struct Function { std::function run; // Using std::function instead of a raw function pointer for more flexibility