From 76bb46f12a1fb699ff92e84ac3b6b21af96b0ffe Mon Sep 17 00:00:00 2001 From: James E McClure Date: Tue, 30 Jun 2015 12:01:38 -0400 Subject: [PATCH] Refactor lbpm_disc_pp and lbpm_sphere_pp --- tests/lbpm_disc_pp.cpp | 1 - tests/lbpm_sphere_pp.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/lbpm_disc_pp.cpp b/tests/lbpm_disc_pp.cpp index 3008384d..1364a9f0 100644 --- a/tests/lbpm_disc_pp.cpp +++ b/tests/lbpm_disc_pp.cpp @@ -9,7 +9,6 @@ #include "pmmc.h" #include "Domain.h" -#include "Extras.h" #include "Communication.h" /* diff --git a/tests/lbpm_sphere_pp.cpp b/tests/lbpm_sphere_pp.cpp index e26a31e4..75c9a6f5 100644 --- a/tests/lbpm_sphere_pp.cpp +++ b/tests/lbpm_sphere_pp.cpp @@ -8,7 +8,6 @@ #include "pmmc.h" #include "Domain.h" -#include "Extras.h" #include "common/MPI_Helpers.h" #include "Communication.h"