From 1e416eead2ae3059995c9a5a82e9c33a0c959d0a Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Thu, 27 Jun 2024 14:54:27 -0400 Subject: [PATCH] Use angle brackets for os-specific includes. --- bu/BuPyramid.cpp | 3 ++- bu/CopcSupport.cpp | 3 ++- bu/FileInfo.hpp | 2 +- bu/PointAccessor.hpp | 3 ++- bu/Processor.cpp | 3 ++- epf/Epf.cpp | 2 +- epf/Reprocessor.cpp | 3 ++- epf/Writer.cpp | 3 ++- untwine/Untwine.cpp | 5 +++-- 9 files changed, 17 insertions(+), 10 deletions(-) diff --git a/bu/BuPyramid.cpp b/bu/BuPyramid.cpp index 9e05c8f..d41028d 100644 --- a/bu/BuPyramid.cpp +++ b/bu/BuPyramid.cpp @@ -13,7 +13,8 @@ #include "OctantInfo.hpp" #include "../untwine/Common.hpp" #include "../untwine/ProgressWriter.hpp" -#include "dirlist.hpp" + +#include //untwine/os namespace untwine { diff --git a/bu/CopcSupport.cpp b/bu/CopcSupport.cpp index 54aa7fa..5ddc2e8 100644 --- a/bu/CopcSupport.cpp +++ b/bu/CopcSupport.cpp @@ -24,7 +24,8 @@ #include "../untwine/Common.hpp" #include "../untwine/FileDimInfo.hpp" -#include "stringconv.hpp" + +#include // untwine/os namespace untwine { diff --git a/bu/FileInfo.hpp b/bu/FileInfo.hpp index d382f29..44b2368 100644 --- a/bu/FileInfo.hpp +++ b/bu/FileInfo.hpp @@ -14,7 +14,7 @@ #include -#include "mapfile.hpp" +#include // untwine/os namespace untwine { diff --git a/bu/PointAccessor.hpp b/bu/PointAccessor.hpp index 231b993..4ec8144 100644 --- a/bu/PointAccessor.hpp +++ b/bu/PointAccessor.hpp @@ -14,7 +14,8 @@ #include "../untwine/Common.hpp" #include "../untwine/Point.hpp" -#include "mapfile.hpp" + +#include // untwine/os #include "FileInfo.hpp" diff --git a/bu/Processor.cpp b/bu/Processor.cpp index f18a1e2..7bfbcf3 100644 --- a/bu/Processor.cpp +++ b/bu/Processor.cpp @@ -27,7 +27,8 @@ #include "Processor.hpp" #include "PyramidManager.hpp" -#include "stringconv.hpp" + +#include // untwine/os namespace untwine { diff --git a/epf/Epf.cpp b/epf/Epf.cpp index eb250da..ee116a4 100644 --- a/epf/Epf.cpp +++ b/epf/Epf.cpp @@ -33,7 +33,7 @@ #include #include -#include "dirlist.hpp" +#include // untwine/os namespace untwine { diff --git a/epf/Reprocessor.cpp b/epf/Reprocessor.cpp index 3b6547b..c49d0cc 100644 --- a/epf/Reprocessor.cpp +++ b/epf/Reprocessor.cpp @@ -18,7 +18,8 @@ #include "Reprocessor.hpp" #include "../untwine/Common.hpp" -#include "mapfile.hpp" + +#include // untwine/os namespace untwine { diff --git a/epf/Writer.cpp b/epf/Writer.cpp index dc5f07a..40175c5 100644 --- a/epf/Writer.cpp +++ b/epf/Writer.cpp @@ -19,7 +19,8 @@ #include "Epf.hpp" #include "../untwine/Common.hpp" #include "../untwine/VoxelKey.hpp" -#include "stringconv.hpp" + +#include // untwine/os using namespace pdal; diff --git a/untwine/Untwine.cpp b/untwine/Untwine.cpp index 889abde..03038fa 100644 --- a/untwine/Untwine.cpp +++ b/untwine/Untwine.cpp @@ -22,8 +22,9 @@ #include "../epf/Epf.hpp" #include "../bu/BuPyramid.hpp" -#include "dirlist.hpp" -#include "stringconv.hpp" + +#include // untwine/os +#include // untwine/os namespace untwine {