1
0
Fork 0

Use separate header file for vector properties.

(We could drop the "SGMath.hxx" include in many places now...)
This commit is contained in:
ThorstenB 2012-05-05 00:12:41 +02:00
parent 84beec9325
commit c808376927
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@
#include "menubar.hxx"
#include <Main/locale.hxx>
#include <Main/globals.hxx>
#include <simgear/math/SGMath.hxx>
FGMenuBar::FGMenuBar()
{

View file

@ -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>