Revert to old way of including everything from SGMath.hxx

This commit is contained in:
Thomas Geymayer 2012-12-23 01:17:56 +01:00
parent afc89cdd95
commit 0423aedffc
2 changed files with 1 additions and 5 deletions

View File

@ -18,10 +18,6 @@
#ifndef SGVec2_H
#define SGVec2_H
#include "SGLimits.hxx"
#include "SGMathFwd.hxx"
#include "SGMisc.hxx"
#include <iosfwd>
/// 2D Vector Class

View File

@ -1,4 +1,4 @@
#include <simgear/math/SGVec2.hxx>
#include <simgear/math/SGMath.hxx>
#include "Ghost.hxx"
#include "NasalHash.hxx"