refactor(opatIO-and-meshIO): removed unused header file includes
This commit is contained in:
@@ -56,7 +56,7 @@ T swap_bytes(T value) {
|
||||
// Constructor
|
||||
OpatIO::OpatIO() {}
|
||||
|
||||
OpatIO::OpatIO(std::string filename) : filename(filename) {
|
||||
OpatIO::OpatIO(const std::string filename) : filename(filename) {
|
||||
load();
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#ifndef OPATIO_H
|
||||
#define OPATIO_H
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user