mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 18:55:36 +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,15 +7,18 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "blackcore/application.h"
|
||||
#include "samplesalgorithm.h"
|
||||
#include "sampleschangeobject.h"
|
||||
#include "samplesmetadata.h"
|
||||
#include "samplescontainer.h"
|
||||
#include "samplesjson.h"
|
||||
#include "samplesmetadata.h"
|
||||
#include "samplesperformance.h"
|
||||
#include "samplesalgorithm.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "blackmisc/registermetadata.h"
|
||||
#include "blackmisc/pq/pq.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <QCoreApplication>
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
|
||||
//! \file
|
||||
//! \ingroup sampleblackmisc
|
||||
|
||||
Reference in New Issue
Block a user