View | Details | Raw Unified
Collapse All | Expand All

(-) xmlcopyeditor-1.1.0.6/src/globalreplacedialog.cpp (+1 lines)
 Lines 17-22    Link Here 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 */
#include <memory>
#include "globalreplacedialog.h"
#include "globalreplacedialog.h"
#include "wrapregex.h"
#include "wrapregex.h"
(-) xmlcopyeditor-1.1.0.6/src/housestyle.cpp (+1 lines)
 Lines 17-22    Link Here 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 */
#include <cstring>
#include "housestyle.h"
#include "housestyle.h"
#include "readfile.h"
#include "readfile.h"
(-) xmlcopyeditor-1.1.0.6/src/housestylereader.h (+1 lines)
 Lines 24-29    Link Here 
#include <map>
#include <map>
#include <set>
#include <set>
#include <vector>
#include <vector>
#include <memory>
#include <expat.h>
#include <expat.h>
#include "wrapexpat.h"
#include "wrapexpat.h"
(-) xmlcopyeditor-1.1.0.6/src/housestylewriter.h (+1 lines)
 Lines 22-27    Link Here 
#include <set>
#include <set>
#include <string>
#include <string>
#include <memory>
#include <expat.h>
#include <expat.h>
#include "wrapexpat.h"
#include "wrapexpat.h"
#include "wrapregex.h"
#include "wrapregex.h"
(-) xmlcopyeditor-1.1.0.6/src/stringset.h (+1 lines)
 Lines 24-29    Link Here 
#include <stdexcept>
#include <stdexcept>
#include <cmath>
#include <cmath>
#include <climits>
#include <climits>
#include <cstring>
#ifdef __WXMSW__
#ifdef __WXMSW__
#include <mem.h>
#include <mem.h>
#endif
#endif
(-) xmlcopyeditor-1.1.0.6/src/wrapregex.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <string>
#include <string>
#include <ctype.h>
#include <ctype.h>
#include <stdexcept>
#include <stdexcept>
#include <cstring>
#include "wrapregex.h"
#include "wrapregex.h"
#include "contexthandler.h"
#include "contexthandler.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlassociatedtd.h (+1 lines)
 Lines 23-28    Link Here 
#include <vector>
#include <vector>
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct DtdData : public ParserData
struct DtdData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlassociatexsd.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <vector>
#include <vector>
#include <stdexcept>
#include <stdexcept>
#include <expat.h>
#include <expat.h>
#include <cstring>
#include "xmlassociatexsd.h"
#include "xmlassociatexsd.h"
#include "xmlparseschemans.h"
#include "xmlparseschemans.h"
#include "readfile.h"
#include "readfile.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlassociatexsd.h (+1 lines)
 Lines 24-29    Link Here 
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <map>
#include <map>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct AssociateXsdData : public ParserData
struct AssociateXsdData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlassociatexsl.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <vector>
#include <vector>
#include <stdexcept>
#include <stdexcept>
#include <expat.h>
#include <expat.h>
#include <cstring>
#include "xmlassociatexsl.h"
#include "xmlassociatexsl.h"
XmlAssociateXsl::XmlAssociateXsl ( const std::string& path, size_t size ) :
XmlAssociateXsl::XmlAssociateXsl ( const std::string& path, size_t size ) :
(-) xmlcopyeditor-1.1.0.6/src/xmlassociatexsl.h (+1 lines)
 Lines 23-28    Link Here 
#include <vector>
#include <vector>
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct XslData : public ParserData
struct XslData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlencodinghandler.cpp (+1 lines)
 Lines 17-22    Link Here 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 */
#include <cstring>
#include "xmlencodinghandler.h"
#include "xmlencodinghandler.h"
bool XmlEncodingHandler::hasDeclaration ( const std::string& utf8 )
bool XmlEncodingHandler::hasDeclaration ( const std::string& utf8 )
(-) xmlcopyeditor-1.1.0.6/src/xmlencodingspy.h (+1 lines)
 Lines 22-27    Link Here 
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct EncodingData : public ParserData
struct EncodingData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlfilterreader.cpp (+1 lines)
 Lines 23-28    Link Here 
#include <expat.h>
#include <expat.h>
#include <map>
#include <map>
#include <set>
#include <set>
#include <cstring>
#include "xmlfilterreader.h"
#include "xmlfilterreader.h"
using namespace std;
using namespace std;
(-) xmlcopyeditor-1.1.0.6/src/xmlfilterreader.h (+1 lines)
 Lines 24-29    Link Here 
#include <vector>
#include <vector>
#include <map>
#include <map>
#include <set>
#include <set>
#include <memory>
#include <expat.h>
#include <expat.h>
#include "wrapexpat.h"
#include "wrapexpat.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlparseschemans.h (+1 lines)
 Lines 23-28    Link Here 
#include <vector>
#include <vector>
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct ParseSchemaNsData : public ParserData
struct ParseSchemaNsData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlpromptgenerator.h (+1 lines)
 Lines 23-28    Link Here 
#include <expat.h>
#include <expat.h>
#include <map>
#include <map>
#include <set>
#include <set>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
#include "parserdata.h"
#include "parserdata.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlschemalocator.cpp (+1 lines)
 Lines 20-25    Link Here 
#include <string>
#include <string>
#include <vector>
#include <vector>
#include <stdexcept>
#include <stdexcept>
#include <cstring>
#include <expat.h>
#include <expat.h>
#include "xmlschemalocator.h"
#include "xmlschemalocator.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlschemalocator.h (+1 lines)
 Lines 22-27    Link Here 
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct SchemaLocatorData
struct SchemaLocatorData
(-) xmlcopyeditor-1.1.0.6/src/xmlshallowvalidator.h (+1 lines)
 Lines 25-30    Link Here 
#include <set>
#include <set>
#include <vector>
#include <vector>
#include <utility>
#include <utility>
#include <memory>
#include <expat.h>
#include <expat.h>
#include "wrapexpat.h"
#include "wrapexpat.h"
(-) xmlcopyeditor-1.1.0.6/src/xmlutf8reader.h (+1 lines)
 Lines 23-28    Link Here 
#include <vector>
#include <vector>
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct UtfData : public ParserData
struct UtfData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xmlwordcount.h (+1 lines)
 Lines 21-26    Link Here 
#define XML_WORD_COUNT_H
#define XML_WORD_COUNT_H
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct WordCountData : public ParserData
struct WordCountData : public ParserData
(-) xmlcopyeditor-1.1.0.6/src/xsllocator.cpp (+1 lines)
 Lines 20-25    Link Here 
#include <string>
#include <string>
#include <vector>
#include <vector>
#include <stdexcept>
#include <stdexcept>
#include <cstring>
#include <expat.h>
#include <expat.h>
#include "xsllocator.h"
#include "xsllocator.h"
(-) xmlcopyeditor-1.1.0.6/src/xsllocator.h (+1 lines)
 Lines 22-27    Link Here 
#include <expat.h>
#include <expat.h>
#include <string>
#include <string>
#include <memory>
#include "wrapexpat.h"
#include "wrapexpat.h"
struct XslLocatorData : public ParserData
struct XslLocatorData : public ParserData