From: James Turner Date: Sat, 19 Nov 2011 20:25:51 +0000 (+0000) Subject: Restructure GUI code, isolate PLIB in source files, to ease future refactoring and... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a05ea36acb143e1d50c70f5af444e3ffe50b5222;p=flightgear.git Restructure GUI code, isolate PLIB in source files, to ease future refactoring and alternative GUI layers. --- diff --git a/src/ATC/atcdialog.cxx b/src/ATC/atcdialog.cxx index 912f35446..5185ee0c0 100644 --- a/src/ATC/atcdialog.cxx +++ b/src/ATC/atcdialog.cxx @@ -24,6 +24,7 @@ #include
#include
+#include
#include #include diff --git a/src/ATCDCL/ATCDialogOld.cxx b/src/ATCDCL/ATCDialogOld.cxx index 20e2f1f83..b1824180c 100644 --- a/src/ATCDCL/ATCDialogOld.cxx +++ b/src/ATCDCL/ATCDialogOld.cxx @@ -30,6 +30,7 @@ #include
#include // mkDialog #include +#include
#include "ATCDialogOld.hxx" #include "ATC.hxx" diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 916771726..6cdce3d70 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -57,7 +57,7 @@ #include
#include
#include