feat(App): remove useless imports

This commit is contained in:
Ronan Abhamon 2017-06-28 14:59:27 +02:00
parent aee5c08f86
commit 5fd8e2288a
4 changed files with 0 additions and 9 deletions

View file

@ -23,7 +23,6 @@
#include <stdexcept>
#include "../../components/core/CoreManager.hpp"
#include "../../utils/Utils.hpp"
#include "../App.hpp"
#include "Cli.hpp"

View file

@ -27,7 +27,6 @@
#include "../../components/settings/SettingsModel.hpp"
#include "../../utils/Utils.hpp"
#include "../paths/Paths.hpp"
#include "Logger.hpp"

View file

@ -23,7 +23,6 @@
#include <linphone++/linphone.hh>
#include <QCoreApplication>
#include <QDir>
#include <QFile>
#include <QStandardPaths>
#include <QtDebug>

View file

@ -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"