#refs 432 using forward declaration to reduce includes in header

Remark: some related includes had to be updated
This commit is contained in:
Klaus Basan
2015-05-27 04:02:58 +02:00
parent 6e2830c130
commit a89c4a9775
3 changed files with 18 additions and 6 deletions

View File

@@ -10,6 +10,8 @@
#include "mainkeypadareacomponent.h"
#include "ui_mainkeypadareacomponent.h"
#include "blackcore/context_audio.h"
#include "blackcore/context_network.h"
#include "blackcore/context_ownaircraft.h"
using namespace BlackMisc;
using namespace BlackMisc::Aviation;