Remove orphaned 'Cantera_legacy.h' file

This commit is contained in:
Ray Speth 2014-06-10 16:21:46 +00:00
parent 2b9f3b9913
commit 54c14c3ac1

View file

@ -1,34 +0,0 @@
#ifndef CANTERA_H_INCL
#define CANTERA_H_INCL
// Legacy 'Cantera.h' header for applications that have not
// updated to the new header files.
#warning "Use of Cantera.h is deprecated. Please include required headers directly instead."
// definitions
#ifndef CANTERA_APP
#define CANTERA_APP
#endif
#include "kernel/ct_defs.h"
// some useful functions
#include "kernel/global.h"
// the CanteraError exception class
#include "kernel/ctexceptions.h"
// The Cantera logger class
#include "kernel/logger.h"
// Include the timer
#include "kernel/clockWC.h"
// Include routines for reading and writing XML files
#include "kernel/xml.h"
// Include string utility routines
#include "kernel/stringUtils.h"
#endif