X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2Fjupiter.hxx;h=e5d7e4c930f4de583137741528cc5a2c4e28224e;hb=598b64fa9569c16878c904e344e2e2775e210c42;hp=3e345cc3befde659c732e9fa4ea88fda01e6d7e8;hpb=82459a2802a939434f9fc5b88d2b2aea58f0043d;p=simgear.git diff --git a/simgear/ephemeris/jupiter.hxx b/simgear/ephemeris/jupiter.hxx index 3e345cc3..e5d7e4c9 100644 --- a/simgear/ephemeris/jupiter.hxx +++ b/simgear/ephemeris/jupiter.hxx @@ -15,18 +15,17 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ **************************************************************************/ #ifndef _JUPITER_HXX_ #define _JUPITER_HXX_ -#include "celestialBody.hxx" -#include "star.hxx" +#include +#include class Jupiter : public CelestialBody {