src: remove unused includes
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "settings/ApplicationSettings.h"
|
||||
|
||||
QtIDECommunicationController::QtIDECommunicationController(QObject* parent, StorageAccess* storageAccess)
|
||||
: IDECommunicationController(storageAccess)
|
||||
, m_tcpWrapper(parent)
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#include "component/controller/IDECommunicationController.h"
|
||||
#include "qt/utility/QtThreadedFunctor.h"
|
||||
#include "settings/ApplicationSettings.h"
|
||||
|
||||
class StorageAccess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user