YASim removed unused include from Rotor.cpp
This commit is contained in:
parent
6efa1ab821
commit
a56f85ac95
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "Math.hpp"
|
||||
#include <Main/fg_props.hxx>
|
||||
#include "Surface.hpp"
|
||||
//#include "Surface.hpp"
|
||||
#include "Rotorpart.hpp"
|
||||
#include "Glue.hpp"
|
||||
#include "Ground.hpp"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace yasim {
|
||||
|
||||
class Surface;
|
||||
//class Surface;
|
||||
class Rotorpart;
|
||||
class Ground;
|
||||
const float rho_null=1.184f; //25DegC, 101325Pa
|
||||
|
|
Loading…
Reference in a new issue