Skip to content

Commit

Permalink
Remove header that can bring in duplicate macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 23, 2018
1 parent fff3b84 commit b0b12fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions io/GeotiffSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@
#include <geo_normalize.h>
#include <geo_simpletags.h>

#include <cpl_conv.h>

PDAL_C_START

// These functions are available from GDAL, but they
// aren't exported.
char PDAL_DLL * GTIFGetOGISDefn(GTIF*, GTIFDefn*);
int PDAL_DLL GTIFSetFromOGISDefn(GTIF*, const char*);
void VSIFree(void *data);

PDAL_C_END

Expand Down

0 comments on commit b0b12fb

Please sign in to comment.