Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230731
Collapse All | Expand All

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

Return to bug 230731