Use separate header file for vector properties.
(We could drop the "SGMath.hxx" include in many places now...)
This commit is contained in:
parent
84beec9325
commit
c808376927
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
#include "menubar.hxx"
|
||||
#include <Main/locale.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
FGMenuBar::FGMenuBar()
|
||||
{
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <simgear/math/SGMath.hxx>
|
||||
#include <simgear/nasal/nasal.h>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/props/vectorPropTemplates.hxx>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
|
|
Loading…
Reference in a new issue