]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debugrpt.h
small cleanup, removed unused headers
[wxWidgets.git] / include / wx / debugrpt.h
index aa3787e1c794423d3a08f0f7974be0d045f8acd8..befd84d6f8270110890f6f9446d5cd239b589a5b 100644 (file)
 
 #include "wx/defs.h"
 
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
+
+#include "wx/string.h"
+#include "wx/arrstr.h"
 
 class WXDLLIMPEXP_XML wxXmlNode;
 
@@ -227,7 +230,6 @@ public:
 
 #endif // wxUSE_GUI
 
-#endif // wxUSE_DEBUGREPORT
+#endif // wxUSE_DEBUGREPORT && wxUSE_XML
 
 #endif // _WX_DEBUGRPT_H_
-