Removing unecessary forward declaration.

This commit is contained in:
Patrick Shriwise 2019-07-16 17:09:44 -05:00
parent d79a5edb8a
commit 08e78a3215

View file

@ -32,8 +32,6 @@ extern "C" const int BC_PERIODIC;
class Surface;
struct BoundingBox;
namespace model {
extern std::vector<std::unique_ptr<Surface>> surfaces;
extern std::unordered_map<int, int> surface_map;