mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 13:41:16 +01:00
Includes cleanup
This commit is contained in:
parent
a8bc2ae4c4
commit
fd15799114
@ -1,3 +1,4 @@
|
|||||||
|
#include <QIODevice>
|
||||||
#include "utm.h"
|
#include "utm.h"
|
||||||
#include "gcs.h"
|
#include "gcs.h"
|
||||||
#include "mapfile.h"
|
#include "mapfile.h"
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
#ifndef MAPFILE_H
|
#ifndef MAPFILE_H
|
||||||
#define MAPFILE_H
|
#define MAPFILE_H
|
||||||
|
|
||||||
#include <QIODevice>
|
|
||||||
#include <QTransform>
|
#include <QTransform>
|
||||||
#include "gcs.h"
|
#include "gcs.h"
|
||||||
#include "transform.h"
|
#include "transform.h"
|
||||||
#include "projection.h"
|
#include "projection.h"
|
||||||
|
|
||||||
|
class QIODevice;
|
||||||
|
|
||||||
class MapFile
|
class MapFile
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user