1
0
Fork 0

Fix case typo

This commit is contained in:
fredb 2009-07-27 09:51:56 +00:00 committed by Tim Moore
parent 9718338560
commit 94caa0b891
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
#include "Atmosphere.hpp"
#include "Airplane.hpp"
#include <simgear/Math/SGMath.hxx>
#include <simgear/math/SGMath.hxx>
using namespace yasim;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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