mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 11:06:01 +08:00
Fix samples header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -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[])
|
||||
|
||||
Reference in New Issue
Block a user