Commit 5fd8e228 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(App): remove useless imports

parent aee5c08f
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <stdexcept> #include <stdexcept>
#include "../../components/core/CoreManager.hpp" #include "../../components/core/CoreManager.hpp"
#include "../../utils/Utils.hpp"
#include "../App.hpp" #include "../App.hpp"
#include "Cli.hpp" #include "Cli.hpp"
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "../../components/settings/SettingsModel.hpp" #include "../../components/settings/SettingsModel.hpp"
#include "../../utils/Utils.hpp" #include "../../utils/Utils.hpp"
#include "../paths/Paths.hpp"
#include "Logger.hpp" #include "Logger.hpp"
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <linphone++/linphone.hh> #include <linphone++/linphone.hh>
#include <QCoreApplication> #include <QCoreApplication>
#include <QDir> #include <QDir>
#include <QFile>
#include <QStandardPaths> #include <QStandardPaths>
#include <QtDebug> #include <QtDebug>
......
...@@ -20,16 +20,10 @@ ...@@ -20,16 +20,10 @@
* Author: Ronan Abhamon * Author: Ronan Abhamon
*/ */
#include <algorithm>
#include <QElapsedTimer> #include <QElapsedTimer>
#include <QFile>
#include <QFileInfo> #include <QFileInfo>
#include <QImage>
#include <QPainter> #include <QPainter>
#include <QSvgRenderer> #include <QSvgRenderer>
#include <QtDebug>
#include <QXmlStreamReader>
#include "../App.hpp" #include "../App.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment