Fix samples 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:18:19 +02:00
parent cbc3946306
commit 364b16346d
42 changed files with 464 additions and 115 deletions

View File

@@ -7,19 +7,22 @@
* contained in the LICENSE file.
*/
#include "blackcore/application.h"
//! \file
//! \ingroup sampleblackmiscsim
#include "samplesfscommon.h"
#include "samplesfsx.h"
#include "samplesmodelmapping.h"
#include "samplesvpilotrules.h"
#include "blackcore/application.h"
#include <stdio.h>
#include <stdlib.h>
#include <QCoreApplication>
#include <QString>
#include <QTextStream>
#include <QDebug>
#include <QTime>
//! \file
//! \ingroup sampleblackmiscsim
#include <QtGlobal>
//! main
int main(int argc, char *argv[])