1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 11:52:08 +01:00

Includes cleanup

This commit is contained in:
Martin Tůma 2017-11-14 22:17:09 +01:00
parent 0fe7843e52
commit 73e15f8f11
2 changed files with 1 additions and 3 deletions

View File

@ -41,7 +41,6 @@ Defense.
*/ */
#include "ellipsoid.h"
#include "rd.h" #include "rd.h"
#include "albersequal.h" #include "albersequal.h"

View File

@ -1,10 +1,9 @@
#ifndef ALBERSEQUAL_H #ifndef ALBERSEQUAL_H
#define ALBERSEQUAL_H #define ALBERSEQUAL_H
#include "ellipsoid.h"
#include "projection.h" #include "projection.h"
class Ellipsoid;
class AlbersEqual : public Projection class AlbersEqual : public Projection
{ {
public: public: