chore: XWindowsUtils remove unused includes

This commit is contained in:
sithlord48
2025-11-06 16:42:28 -05:00
committed by Chris Rizzitello
parent 68a15486ae
commit 7ce5ce5d41
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include "base/String.h"
#include "deskflow/KeyTypes.h"
#include "mt/Thread.h"
#include "platform/XWindowsUtil.h"
#include <X11/Xatom.h>

View File

@ -7,8 +7,7 @@
#pragma once
#include "base/EventTypes.h"
#include <cstdint>
#include <map>
#include <string>
#include <vector>