Remove unneeded celengine/celestia.h

pull/3/head
Hleb Valoshka 2019-07-09 17:30:34 +03:00
parent 7d4f03d5fb
commit de1a8d181e
27 changed files with 25 additions and 44 deletions

View File

@ -16,7 +16,6 @@ set(CELENGINE_SOURCES
category.h
catentry.cpp
catentry.h
celestia.h
cmdparser.cpp
cmdparser.h
command.cpp

View File

@ -15,7 +15,7 @@
#include <utility>
#include <ctime>
#include <celmath/mathlib.h>
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "univcoord.h"
#include <celutil/util.h>

View File

@ -1,15 +0,0 @@
// celestia.h
//
// Copyright (C) 2001, Chris Laurel <claurel@shatters.net>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#ifndef _CELESTIA_H_
#define _CELESTIA_H_
#include <config.h>
#endif // _CELESTIA_H_

View File

@ -9,7 +9,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "cmdparser.h"

View File

@ -10,7 +10,7 @@
#include <algorithm>
#include <cstdio>
#include "celestia.h"
#include <config.h>
#include <cassert>
#include "astro.h"
#include "deepskyobj.h"

View File

@ -20,7 +20,7 @@
#include <celutil/bytes.h>
#include <celutil/utf8.h>
#include <celengine/dsodb.h>
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "parser.h"
#include "parseobject.h"

View File

@ -9,7 +9,7 @@
// of the License, or (at your option) any later version.
#include "render.h"
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "galaxy.h"
#include "vecgl.h"

View File

@ -11,7 +11,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "render.h"
#include "globular.h"

View File

@ -7,6 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <algorithm>
#include <cassert>
#include <cmath>
@ -25,8 +26,6 @@ extern "C" {
#include <celutil/filetype.h>
#include <GL/glew.h>
#include <fmt/printf.h>
#include <config.h>
#include "celestia.h"
#include "image.h"

View File

@ -7,7 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include "vecgl.h"
#include "render.h"
#include "astro.h"

View File

@ -7,7 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include "render.h"
#include "astro.h"
#include "opencluster.h"

View File

@ -8,7 +8,7 @@
// of the License, or (at your option) any later version.
#include "rotationmanager.h"
#include "celestia.h"
#include <config.h>
#include <celephem/samporient.h>
#include <celutil/debug.h>
#include <iostream>

View File

@ -12,7 +12,7 @@
#include <celengine/selection.h>
#include <cassert>
#include <fmt/printf.h>
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "star.h"
#include "texmanager.h"

View File

@ -11,11 +11,11 @@
#ifndef _CELENGINE_STAR_H_
#define _CELENGINE_STAR_H_
#include <config.h>
#include <celutil/reshandle.h>
#include <celutil/color.h>
#include <celengine/catentry.h>
#include <celengine/univcoord.h>
#include <celengine/celestia.h>
#include <celengine/stellarclass.h>
#include <celengine/multitexture.h>
#include <celephem/rotation.h>

View File

@ -18,7 +18,7 @@
#include <celutil/util.h>
#include <celutil/bytes.h>
#include <celengine/stardb.h>
#include "celestia.h"
#include <config.h>
#include "astro.h"
#include "parser.h"
#include "parseobject.h"

View File

@ -10,7 +10,7 @@
#include <cstring>
#include <fmt/printf.h>
#include <cassert>
#include "celestia.h"
#include <config.h>
#include "stellarclass.h"
using namespace std;

View File

@ -7,7 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include <celutil/debug.h>
#include <iostream>
#include <fstream>

View File

@ -7,6 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <algorithm>
#include <cassert>
#include <cstdlib>
@ -25,8 +26,6 @@ extern "C" {
#include <Eigen/Core>
#include <GL/glew.h>
#include <fmt/printf.h>
#include <config.h>
#include "celestia.h"
#include "texture.h"
#include "virtualtex.h"

View File

@ -7,7 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include "celestia.h"
#include <config.h>
#include "trajmanager.h"
#include <celephem/samporbit.h>
#include <celutil/debug.h>

View File

@ -10,12 +10,12 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <cassert>
#include <ctime>
#include <map>
#include <celengine/astro.h>
#include <celengine/asterism.h>
#include <celengine/celestia.h>
#include <celengine/cmdparser.h>
#include <celengine/execenv.h>
#include <celengine/execution.h>

View File

@ -7,13 +7,13 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <iostream>
#include <fstream>
#include <cassert>
#include <celutil/debug.h>
#include <celutil/directory.h>
#include <celutil/util.h>
#include <celengine/celestia.h>
#include <celengine/texmanager.h>
#include "configfile.h"

View File

@ -7,10 +7,10 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <algorithm>
#include <celutil/debug.h>
#include <celutil/util.h>
#include <celengine/celestia.h>
#include <celengine/astro.h>
#include <celengine/parser.h>
#include "destination.h"

View File

@ -9,6 +9,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <iostream>
#include <fstream>
#include <algorithm>
@ -25,7 +26,6 @@
#include <GLUT/glut.h>
#endif
#include <fmt/printf.h>
#include <celengine/celestia.h>
#include <celutil/util.h>
#include <celutil/debug.h>
#include <celmath/mathlib.h>

View File

@ -29,8 +29,6 @@
#include <gtk/gtkgl.h>
#include <celengine/astro.h>
#include <celengine/celestia.h>
#include <celengine/galaxy.h>
#include <celengine/simulation.h>
#include <celestia/celestiacore.h>

View File

@ -7,8 +7,8 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <celutil/debug.h>
#include <celengine/celestia.h>
#include "imagecapture.h"
extern "C" {

View File

@ -15,8 +15,9 @@
* *
***************************************************************************/
#include <config.h>
#include <cassert>
#include <celengine/celestia.h>
#include <celengine/starbrowser.h>
#include <QCursor>

View File

@ -9,6 +9,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <config.h>
#include <iostream>
#include <fstream>
#include <sstream>
@ -31,7 +32,6 @@
#include <celutil/util.h>
#include <celutil/winutil.h>
#include <celutil/filetype.h>
#include <celengine/celestia.h>
#include <celengine/astro.h>
#include <celengine/cmdparser.h>
#include <celengine/axisarrow.h>