1
0
forked from 0ad/0ad

moved all xerces includes into XML.h

(rationale: they're in the PCH - speeds up the build)

This was SVN commit r434.
This commit is contained in:
janwas 2004-06-09 12:45:42 +00:00
parent 48ad93ad34
commit 9c9af2ab75
5 changed files with 25 additions and 11 deletions

View File

@ -13,11 +13,12 @@ gee@pyro.nu
#include "CCheckBox.h"
#include "CRadioButton.h"
#include <xercesc/dom/DOM.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <xercesc/framework/LocalFileInputSource.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include "XML.h"
//#include <xercesc/dom/DOM.hpp>
//#include <xercesc/parsers/XercesDOMParser.hpp>
//#include <xercesc/framework/LocalFileInputSource.hpp>
//#include <xercesc/util/XMLString.hpp>
//#include <xercesc/util/PlatformUtils.hpp>
#include "XercesErrorHandler.h"
#include "Prometheus.h"

View File

@ -21,9 +21,10 @@ gee@pyro.nu
// Includes / Compiler directives
//--------------------------------------------------------
#include "GUI.h"
#include <xercesc/dom/DOM.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include "XML.h"
//#include <xercesc/dom/DOM.hpp>
//#include <xercesc/util/XMLString.hpp>
//#include <xercesc/util/PlatformUtils.hpp>
#include "Singleton.h"
#include "input.h" // JW: grr, classes suck in this case :P

View File

@ -31,6 +31,14 @@
#include <xercesc/sax/EntityResolver.hpp>
#include <xercesc/util/BinMemInputStream.hpp>
#include <xercesc/sax/SAXParseException.hpp>
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/sax/ErrorHandler.hpp>
#include <xercesc/framework/LocalFileInputSource.hpp>
#include "res/h_mgr.h"
#include "lib.h"
#include "XercesErrorHandler.h"

View File

@ -10,7 +10,7 @@ gee@pyro.nu
#include "precompiled.h"
#include <xercesc/sax/SAXParseException.hpp>
//#include <xercesc/sax/SAXParseException.hpp>
#include "XercesErrorHandler.h"
#include <iostream>
#include <stdlib.h>

View File

@ -20,8 +20,12 @@ gee@pyro.nu
#ifndef XercesErrorHandler_H
#define XercesErrorHandler_H
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/sax/ErrorHandler.hpp>
#include "XML.h"
//#include <xercesc/util/XercesDefs.hpp>
//#include <xercesc/sax/ErrorHandler.hpp>
#include <iostream>
/**