removed setjmp except in Basic.

Starting to cleanup header files.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/branches/ErrorHandling@5719 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2011-10-21 18:24:24 +00:00
parent 95aa3278de
commit 980e680241
4 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,6 @@
#include <fstream>
#include "ISolutionComp.h"
//#include "NumKeyword.h"
#include "Solution.h"
class cxxISolution:public cxxSolution

View File

@ -1,7 +1,6 @@
#if !defined(NUMKEYWORD_H_INCLUDED)
#define NUMKEYWORD_H_INCLUDED
//#include "Parser.h"
#include <ostream> // std::ostream
#include <string> // std::string
#include "PHRQ_base.h"

View File

@ -17,7 +17,6 @@
#include <math.h>
#include <errno.h>
#include <float.h>
#include <setjmp.h>
#include "phrqtype.h"
#include "cvdense.h"
#include "runner.h"

View File

@ -1,6 +1,5 @@
#include "Phreeqc.h"
//#include "input.h"
#include "NameDouble.h"
#include "Solution.h"
#include "Reaction.h"