mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Coe cleanup
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef DEMFILE_H
|
||||
#define DEMFILE_H
|
||||
#ifndef IMG_DEMFILE_H
|
||||
#define IMG_DEMFILE_H
|
||||
|
||||
#include "common/rtree.h"
|
||||
#include "subfile.h"
|
||||
@ -55,4 +55,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // DEMFILE_H
|
||||
#endif // IMG_DEMFILE_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef DEMTILE_H
|
||||
#define DEMTILE_H
|
||||
#ifndef IMG_DEMTILE_H
|
||||
#define IMG_DEMTILE_H
|
||||
|
||||
#include "common/rectc.h"
|
||||
|
||||
@ -33,4 +33,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // DEMTILE_H
|
||||
#endif // IMG_DEMTILE_H
|
||||
|
Reference in New Issue
Block a user