From e2ee8b9f203fb1986fbfd60413c8ae427fd7cccf Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 19 Dec 2022 12:12:58 +0000 Subject: [PATCH] Drop X11 headers (unused) (#1252) * Move libX11 header under Xwayland support In file included from ../src/layout/../defines.hpp:1, from ../src/layout/IHyprLayout.hpp:3, from ../src/layout/IHyprLayout.cpp:1: ../src/layout/../includes.hpp:9:10: fatal error: X11/Xlib.h: No such file or directory 9 | #include | ^~~~~~~~~~~~ * Drop unused X11 headers --- src/includes.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/includes.hpp b/src/includes.hpp index 55c795f5..29737fbb 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -6,7 +6,6 @@ #pragma diag_suppress 1696 #endif -#include #include #include #include @@ -109,7 +108,6 @@ extern "C" { #ifndef NO_XWAYLAND #include #include -#include #endif }