Strip richio.h from headers that don't need them
Like the DSNLEXER header, this has visibility in over 700 files, whereas well under half actually use any of it (quite a bit, but not all, of it actually via DSNLEXER) Many places already forward-declare the OUTPUTFORMATTER type, by doing that for the others, it still possible to use the non-IO methods without having to see richio.h.
This commit is contained in:
+4
-1
@@ -23,9 +23,12 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <xnode.h>
|
||||
#include "xnode.h"
|
||||
|
||||
#include <richio.h>
|
||||
#include <string_utils.h>
|
||||
|
||||
|
||||
typedef wxXmlAttribute XATTR;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user