From cf9d98a0be6b4eb4dc1f14071e99c0afc1dcef9e Mon Sep 17 00:00:00 2001 From: herlev <> Date: Thu, 13 Oct 2022 23:49:41 +0200 Subject: [PATCH] remove dependency --- src/modules/hyprland/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/hyprland/window.cpp b/src/modules/hyprland/window.cpp index 461cb6c..7446ce8 100644 --- a/src/modules/hyprland/window.cpp +++ b/src/modules/hyprland/window.cpp @@ -1,7 +1,6 @@ #include "modules/hyprland/window.hpp" #include -#include #include "modules/hyprland/backend.hpp" #include "util/command.hpp"