refactor: remove unused includes from PhreeqcMatrix.hpp and Phreeqc.h

This commit is contained in:
Max Lübke 2024-12-03 06:53:14 +00:00
parent ca2289fd71
commit cb4a64efbb
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include <array>
#include <cstddef>
#include <map>
#include <memory>
#include <set>
@ -9,7 +7,6 @@
#include <vector>
#include "IPhreeqc.hpp"
#include "global_structures.h"
/**
* @brief Class for storing information from Phreeqc

View File

@ -1851,8 +1851,6 @@ protected:
friend class IPhreeqcMMS;
friend class IPhreeqcPhast;
friend class PhreeqcRM;
friend class PhreeqcInit;
friend class PhreeqcEngine;
std::vector<int> keycount; // used to mark keywords that have been read