From 08e78a3215e99f8ce6a0b8f36dc7c286f1a8badf Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 16 Jul 2019 17:09:44 -0500 Subject: [PATCH] Removing unecessary forward declaration. --- include/openmc/surface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/openmc/surface.h b/include/openmc/surface.h index 6a688c2403..e78c490792 100644 --- a/include/openmc/surface.h +++ b/include/openmc/surface.h @@ -32,8 +32,6 @@ extern "C" const int BC_PERIODIC; class Surface; -struct BoundingBox; - namespace model { extern std::vector> surfaces; extern std::unordered_map surface_map;