From 8fde34a127db0de69577037c3003ed810974e2f3 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 25 Apr 2021 19:45:47 -0700 Subject: [PATCH] xdot: remove unused Windows.h header This header is unused and does not need to be included. Although for most uses this does not impact anything, attempting to use this in a Swift program causes problems due to the library being pulled into a modular build. This removal allows the use of xdot in Swift. --- lib/xdot/xdot.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index d881039ce..e3d32eff3 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -11,9 +11,6 @@ #ifndef XDOT_H #define XDOT_H #include -#ifdef _WIN32 -#include -#endif #ifdef __cplusplus extern "C" { -- 2.40.0