From: curt Date: Tue, 15 Feb 2000 02:30:02 +0000 (+0000) Subject: Code reorganization. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a8f8cef484b70564b35ec8620dca8a7f8037c31e;p=simgear.git Code reorganization. --- diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am index 3d3af9f3..0d21c976 100644 --- a/simgear/ephemeris/Makefile.am +++ b/simgear/ephemeris/Makefile.am @@ -16,4 +16,4 @@ libAstro_a_SOURCES = \ uranus.cxx uranus.hxx \ venus.cxx venus.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +INCLUDES += -I$(top_builddir) -I$(top_builddir)/src diff --git a/simgear/ephemeris/celestialBody.cxx b/simgear/ephemeris/celestialBody.cxx index 67dd5059..502ae504 100644 --- a/simgear/ephemeris/celestialBody.cxx +++ b/simgear/ephemeris/celestialBody.cxx @@ -22,7 +22,7 @@ * $Id$ **************************************************************************/ -#include +#include #ifdef FG_MATH_EXCEPTION_CLASH # define exception c_exception diff --git a/simgear/ephemeris/celestialBody.hxx b/simgear/ephemeris/celestialBody.hxx index 3deccc09..410ca01a 100644 --- a/simgear/ephemeris/celestialBody.hxx +++ b/simgear/ephemeris/celestialBody.hxx @@ -31,8 +31,9 @@ #endif +#include + #include