chore: PlatformScreen remove unused includes

This commit is contained in:
sithlord48
2025-11-06 18:09:36 -05:00
committed by Chris Rizzitello
parent e01837579d
commit c91e051082
4 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,6 @@
#include "deskflow/PlatformScreen.h"
#include "base/DirectionTypes.h"
#include "common/Settings.h"
#include "deskflow/App.h"
PlatformScreen::PlatformScreen(IEventQueue *events, bool invertScrolling)

View File

@ -7,11 +7,8 @@
#pragma once
#include "common/Settings.h"
#include "deskflow/IPlatformScreen.h"
#include <stdexcept>
//! Base screen implementation
/*!
This screen implementation is the superclass of all other screen

View File

@ -14,6 +14,7 @@
#include "base/IEventQueue.h"
#include "base/Log.h"
#include "base/LogOutputters.h"
#include "common/Constants.h"
#include "deskflow/App.h"
#include "deskflow/DeskflowException.h"
#include "deskflow/Screen.h"

View File

@ -11,6 +11,7 @@
#include "platform/XDGPowerManager.h"
#include <libei.h>
#include <map>
#include <mutex>
#include <vector>