mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Includes cleanup
This commit is contained in:
@ -41,7 +41,6 @@ Defense.
|
||||
|
||||
*/
|
||||
|
||||
#include "ellipsoid.h"
|
||||
#include "rd.h"
|
||||
#include "albersequal.h"
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
#ifndef ALBERSEQUAL_H
|
||||
#define ALBERSEQUAL_H
|
||||
|
||||
#include "ellipsoid.h"
|
||||
#include "projection.h"
|
||||
|
||||
class Ellipsoid;
|
||||
|
||||
class AlbersEqual : public Projection
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user