From a21d3715cc02aa060b18a0116ca81ee8ecd66267 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 11 May 2007 19:54:18 +0000 Subject: [PATCH] Took out config.h include. Doxygen preprocessing is at fault, and it can be fixed through the doxygen input file. --- Cantera/src/thermo/PureFluidPhase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Cantera/src/thermo/PureFluidPhase.h b/Cantera/src/thermo/PureFluidPhase.h index 7bd467299..30df53b3d 100644 --- a/Cantera/src/thermo/PureFluidPhase.h +++ b/Cantera/src/thermo/PureFluidPhase.h @@ -25,7 +25,6 @@ * For doxygen to recognize the ifdef below, it seems necessary to * include a specific include reference. */ -#include "../../../config.h" /** * This object is only available if the WITH_PURE_FLUIDS optional compile * capability has been turned on in Cantera's makefile system.