From 4feba2f5d30cc071139b077d9e73592556d5e50c Mon Sep 17 00:00:00 2001 From: "Gunther H. Weber" Date: Fri, 8 Jul 2022 15:36:33 -0700 Subject: [PATCH] Update includes for distributed contour tree app to filter refactor --- .../contour_tree_distributed/BranchCompilerApp.cxx | 2 +- examples/contour_tree_distributed/ContourTreeApp.cxx | 10 +++++----- examples/contour_tree_distributed/TreeCompilerApp.cxx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/contour_tree_distributed/BranchCompilerApp.cxx b/examples/contour_tree_distributed/BranchCompilerApp.cxx index 67be61ec0..b613a508c 100644 --- a/examples/contour_tree_distributed/BranchCompilerApp.cxx +++ b/examples/contour_tree_distributed/BranchCompilerApp.cxx @@ -65,7 +65,7 @@ // //======================================================================================= -#include +#include int main() { // main() diff --git a/examples/contour_tree_distributed/ContourTreeApp.cxx b/examples/contour_tree_distributed/ContourTreeApp.cxx index b857a77cd..2a0fabd47 100644 --- a/examples/contour_tree_distributed/ContourTreeApp.cxx +++ b/examples/contour_tree_distributed/ContourTreeApp.cxx @@ -74,11 +74,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include // clang-format off VTKM_THIRDPARTY_PRE_INCLUDE diff --git a/examples/contour_tree_distributed/TreeCompilerApp.cxx b/examples/contour_tree_distributed/TreeCompilerApp.cxx index 75665010f..319fce902 100644 --- a/examples/contour_tree_distributed/TreeCompilerApp.cxx +++ b/examples/contour_tree_distributed/TreeCompilerApp.cxx @@ -61,7 +61,7 @@ //============================================================================== #include -#include +#include // main routine int main(int argc, char** argv)