Fix case typo
This commit is contained in:
parent
9718338560
commit
94caa0b891
8 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "Atmosphere.hpp"
|
||||
#include "Airplane.hpp"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
using namespace yasim;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <plib/pu.h>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include "layout.hxx"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "layout.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
// This file contains the actual layout engine. It has no dependence
|
||||
// on outside libraries; see layout-props.cxx for the glue code.
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <simgear/compiler.h>
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <iosfwd>
|
||||
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/scene/model/modellib.hxx>
|
||||
#include <simgear/scene/util/SGNodeMasks.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include "panelnode.hxx"
|
||||
#include "model_panel.hxx"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#endif
|
||||
|
||||
#include <simgear/scene/model/SGPagedLOD.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
#include "SceneryPager.hxx"
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <simgear/structure/commands.hxx>
|
||||
#include <simgear/misc/strutils.hxx>
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue