mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
refactor: remove unused includes from PhreeqcMatrix.hpp and Phreeqc.h
This commit is contained in:
parent
ca2289fd71
commit
cb4a64efbb
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user