Fix unit test header includes

* Include only what is used
* Use forward declaration when possible
* Sorted includes

refs #598
This commit is contained in:
Roland Winklmeier
2016-05-18 15:54:41 +02:00
parent 364b16346d
commit 4f8205e585
41 changed files with 276 additions and 72 deletions

View File

@@ -16,8 +16,9 @@
#include "testblackmiscmain.h"
#include "blackmisc/registermetadata.h"
#include <QCoreApplication>
#include <QDebug>
#include <QtGlobal>
using namespace BlackMiscTest;