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

feat(App): remove useless imports

parent aee5c08f
......@@ -23,7 +23,6 @@
#include <stdexcept>
#include "../../components/core/CoreManager.hpp"
#include "../../utils/Utils.hpp"
#include "../App.hpp"
#include "Cli.hpp"
......
......@@ -27,7 +27,6 @@
#include "../../components/settings/SettingsModel.hpp"
#include "../../utils/Utils.hpp"
#include "../paths/Paths.hpp"
#include "Logger.hpp"
......
......@@ -23,7 +23,6 @@
#include <linphone++/linphone.hh>
#include <QCoreApplication>
#include <QDir>
#include <QFile>
#include <QStandardPaths>
#include <QtDebug>
......
......@@ -20,16 +20,10 @@
* Author: Ronan Abhamon
*/
#include <algorithm>
#include <QElapsedTimer>
#include <QFile>
#include <QFileInfo>
#include <QImage>
#include <QPainter>
#include <QSvgRenderer>
#include <QtDebug>
#include <QXmlStreamReader>
#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