From 33d2ebc2a6518e7226a81849e9db134ffff8996c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 15 Sep 2008 20:23:33 +0000 Subject: [PATCH] Took out srcdirtree ifdef --- test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp b/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp index f222afc67..77f5ecc6d 100644 --- a/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp +++ b/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp @@ -10,19 +10,10 @@ */ #include -#ifdef SRCDIRTREE -#include "ct_defs.h" -#include "logger.h" -#include "TemperatureTable.h" -#include "ThermoPhase.h" -#include "HMWSoln.h" -#include "importCTML.h" -#else #include "Cantera.h" #include "thermo.h" #include "kernel/HMWSoln.h" #include "TemperatureTable.h" -#endif using namespace std; using namespace Cantera;