refactor(opatIO-and-meshIO): removed unused header file includes

This commit is contained in:
2025-03-20 14:30:40 -04:00
parent cb5ac274dc
commit ecbdba5216
4 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public:
* @brief Constructor that initializes the MeshIO object with a mesh file.
* @param mesh_file The name of the mesh file.
*/
MeshIO(const std::string &mesh_file);
MeshIO(const std::string mesh_file);
/**
* @brief Destructor for the MeshIO class.