mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14: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:
@@ -11,7 +11,13 @@
|
||||
//! \ingroup samplecliclient
|
||||
|
||||
#include "reader.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <QByteArray>
|
||||
#include <QFile>
|
||||
#include <QFlags>
|
||||
#include <QIODevice>
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user