remove unnecessary <fstream> includes

This commit is contained in:
Arne Morten Kvarving
2023-01-04 09:18:38 +01:00
parent 4201a24de2
commit beb0e8ec85
3 changed files with 0 additions and 5 deletions

View File

@@ -19,9 +19,7 @@
#include <cctype>
#include <filesystem>
#include <fstream>
#include <iterator>
#include <iomanip>
#include <iostream>
#include <optional>
#include <stack>

View File

@@ -16,7 +16,6 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fstream>
#include <memory>
#ifdef EMBEDDED_PYTHON

View File

@@ -56,9 +56,7 @@
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <fstream>
#include <initializer_list>
#include <iomanip>
#include <iterator>
#include <stdexcept>
#include <string>