1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Includes cleanup

This commit is contained in:
Martin Tůma 2020-01-19 17:05:26 +01:00
parent 040de56a54
commit 67a1f7e108
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
#endif // QT_VERSION < 5 #endif // QT_VERSION < 5
#include "common/rectc.h" #include "common/rectc.h"
#include "common/wgs84.h" #include "common/wgs84.h"
#include "common/range.h"
#include "IMG/textpathitem.h" #include "IMG/textpathitem.h"
#include "IMG/textpointitem.h" #include "IMG/textpointitem.h"
#include "IMG/bitmapline.h" #include "IMG/bitmapline.h"

View File

@ -4,7 +4,6 @@
#include "map.h" #include "map.h"
#include "projection.h" #include "projection.h"
#include "transform.h" #include "transform.h"
#include "common/range.h"
#include "IMG/img.h" #include "IMG/img.h"
class TextItem; class TextItem;