From 4d2d0e7bb89bb9e23411fd77d9b02c779bfdf6ef Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@musicpd.org> Date: Fri, 5 Mar 2021 13:14:43 +0100 Subject: [PATCH] win32/ComWorker: include cleanup --- src/win32/ComWorker.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/win32/ComWorker.hxx b/src/win32/ComWorker.hxx index cd3bd5db6..0d45f667b 100644 --- a/src/win32/ComWorker.hxx +++ b/src/win32/ComWorker.hxx @@ -21,7 +21,6 @@ #define MPD_WIN32_COM_WORKER_HXX #include <boost/lockfree/spsc_queue.hpp> -#include <condition_variable> #include <mutex> #include <optional> @@ -29,7 +28,6 @@ #include "thread/Mutex.hxx" #include "thread/Thread.hxx" #include "win32/WinEvent.hxx" -#include <objbase.h> #include <windows.h> // Worker thread for all COM operation