diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 14:58:26 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-30 21:48:56 +0100 |
| commit | 8ab6f683cd316acf57bb89ed83932a267c5aa3c2 (patch) | |
| tree | 4ccb6033dae1e87e55aa00dbbc395c536dc8be49 /src/initcache.cpp | |
| parent | 7acbe96928d564ac86f74c319e4d37143352671b (diff) | |
| download | PROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.tar.gz PROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.zip | |
Merge projects.h into proj_internal.h
Diffstat (limited to 'src/initcache.cpp')
| -rw-r--r-- | src/initcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initcache.cpp b/src/initcache.cpp index 4d1d8695..6120a406 100644 --- a/src/initcache.cpp +++ b/src/initcache.cpp @@ -28,7 +28,7 @@ #include <string.h> #include "proj.h" -#include "projects.h" +#include "proj_internal.h" static int cache_count = 0; static int cache_alloc = 0; |
