One more pass at a reorg.

This commit is contained in:
curt 2000-02-16 22:01:06 +00:00
parent 689a942f19
commit 9fefaef31e
6 changed files with 14 additions and 14 deletions

View File

@ -22,7 +22,7 @@
* $Id$
**************************************************************************/
#include <simgear/logstream.hxx>
#include <simgear/debug/logstream.hxx>
#ifdef FG_MATH_EXCEPTION_CLASH
# define exception c_exception

View File

@ -25,8 +25,8 @@
#include <string.h>
#include <simgear/logstream.hxx>
#include <simgear/fgpath.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/fgpath.hxx>
#include <Main/options.hxx>
#include <Objects/texload.h>

View File

@ -32,11 +32,11 @@
#include <math.h>
#include <GL/glut.h>
#include <simgear/xgl.h>
#include <simgear/xgl/xgl.h>
#include <simgear/logstream.hxx>
#include <simgear/constants.h>
#include <simgear/fg_random.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/fg_random.h>
#include <Aircraft/aircraft.hxx>
#include <FDM/flight.hxx>

View File

@ -36,9 +36,9 @@
#include <math.h>
#include <GL/glut.h>
#include <simgear/xgl.h>
#include <simgear/xgl/xgl.h>
#include <simgear/logstream.hxx>
#include <simgear/debug/logstream.hxx>
#include <Time/sunpos.hxx>
#include <Time/moonpos.hxx>

View File

@ -27,7 +27,7 @@
#endif
#include <math.h>
#include <simgear/logstream.hxx>
#include <simgear/debug/logstream.hxx>
#include <Time/sunpos.hxx>
#include <Time/light.hxx>

View File

@ -47,13 +47,13 @@
#include <string>
#include <GL/glut.h>
#include <simgear/xgl.h>
#include <simgear/xgl/xgl.h>
#include <simgear/logstream.hxx>
#include <simgear/constants.h>
#include <simgear/fgpath.hxx>
#include <simgear/fgstream.hxx>
#include <simgear/stopwatch.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/fgpath.hxx>
#include <simgear/misc/fgstream.hxx>
#include <simgear/misc/stopwatch.hxx>
#include <Aircraft/aircraft.hxx>
#include <Main/options.hxx>