From 04b25f18f457e3864f271d6c2f0f03a93d78bd1d Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 21 Jun 2023 08:31:07 -0400 Subject: cleaning up includes and a couple comments --- tabulator-mpi/head.cpp | 1 - tabulator-mpi/worker.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tabulator-mpi') diff --git a/tabulator-mpi/head.cpp b/tabulator-mpi/head.cpp index 7026746..38fcde6 100644 --- a/tabulator-mpi/head.cpp +++ b/tabulator-mpi/head.cpp @@ -1,5 +1,4 @@ #include -#include #include #include diff --git a/tabulator-mpi/worker.cpp b/tabulator-mpi/worker.cpp index 55121aa..511a27a 100644 --- a/tabulator-mpi/worker.cpp +++ b/tabulator-mpi/worker.cpp @@ -1,4 +1,5 @@ #include +#include #include #include "constants.hpp" -- cgit v1.2.3