refs #485 removed some dependencies from CDBusServer

This commit is contained in:
Klaus Basan
2016-02-16 03:41:18 +01:00
committed by Mathew Sutcliffe
parent a0b7f741ee
commit 1b587c2ee8
17 changed files with 41 additions and 31 deletions

View File

@@ -13,7 +13,6 @@
#ifndef BLACKSAMPLE_SERVICETOOL_H
#define BLACKSAMPLE_SERVICETOOL_H
#include "blackmisc/dbusserver.h"
#include "blackmisc/aviation/atcstationlist.h"
#include "blackmisc/aviation/airportlist.h"
#include "blackmisc/network/clientlist.h"
@@ -22,8 +21,9 @@
#include <QProcess>
#include <QDBusConnection>
namespace BlackSample
{
namespace BlackMisc { class CDBusServer; }
namespace BlackSample {
class Testservice; // forward declaration
/*!