From 18f80575f61c0539a042ee08fc724ff936aa4d9e Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 4 Jan 2009 19:23:28 +0000 Subject: [PATCH] Took out unneeded include files. --- Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp index bb0549124..8078f40c1 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp +++ b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp @@ -7,13 +7,15 @@ * (see \ref thermoprops and class * \link Cantera::VPSSMgr_Water_HKFT VPSSMgr_Water_HKFT\endlink). */ + /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ + /* - * $Author$ + * * $Date$ * $Revision$ */ @@ -25,8 +27,6 @@ #endif #include "VPSSMgr_Water_HKFT.h" -#include "xml.h" -#include "VPStandardStateTP.h" #include "PDSS_Water.h" #include "PDSS_HKFT.h" #include "GeneralSpeciesThermo.h"