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;