Took out srcdirtree ifdef

This commit is contained in:
Harry Moffat 2008-09-15 20:23:33 +00:00
parent 1d7677f590
commit 33d2ebc2a6

View file

@ -10,19 +10,10 @@
*/
#include <stdio.h>
#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;