aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2019-03-29 23:20:06 +0100
committerGitHub <noreply@github.com>2019-03-29 23:20:06 +0100
commit278d854610c522dcaaa47674abfff5db6cc6cecf (patch)
tree08ff5e5c63f4a78a9c246d2b7c17b78eda6359cc /src/pipeline.cpp
parenta0dfcf28d3af1179847c75a2a8981cb7fe967ab8 (diff)
parent095d2204f8bb05d172936aebbb1e9e44852c049f (diff)
downloadPROJ-278d854610c522dcaaa47674abfff5db6cc6cecf.tar.gz
PROJ-278d854610c522dcaaa47674abfff5db6cc6cecf.zip
Merge pull request #1395 from cjmayo/dupinclude
Remove duplicate instances of #include "proj_internal.h"
Diffstat (limited to 'src/pipeline.cpp')
-rw-r--r--src/pipeline.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pipeline.cpp b/src/pipeline.cpp
index 39563c65..afa3b19a 100644
--- a/src/pipeline.cpp
+++ b/src/pipeline.cpp
@@ -105,7 +105,6 @@ Thomas Knudsen, thokn@sdfe.dk, 2016-05-20
#include "geodesic.h"
#include "proj.h"
#include "proj_internal.h"
-#include "proj_internal.h"
PROJ_HEAD(pipeline, "Transformation pipeline manager");
PROJ_HEAD(pop, "Retrieve coordinate value from pipeline stack");