Don't include xcb_icccm.h

We just need this constant, so there's no real need to add the
additional dependency. There's also no real harm in adding it, but it
would result in additional work for every packager.
This commit is contained in:
Robbert van der Helm
2025-03-01 16:54:59 +01:00
parent ccc22bfabc
commit 983a19169b
2 changed files with 22 additions and 8 deletions
-2
View File
@@ -18,7 +18,6 @@
#include <memory>
#include <optional>
#include <string>
#include <windows.h>
#include <function2/function2.hpp>
@@ -27,7 +26,6 @@
#pragma push_macro("_WIN32")
#undef _WIN32
#include <xcb/xcb.h>
#include <xcb/xcb_icccm.h>
#pragma pop_macro("_WIN32")
#include "../common/configuration.h"