chore: PlatformScreen remove unused includes
This commit is contained in:
committed by
Chris Rizzitello
parent
e01837579d
commit
c91e051082
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
#include "platform/XDGPowerManager.h"
|
||||
|
||||
#include <libei.h>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user