diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
commit | c60a35fc2a50f938e0d2dcd726784afbb001a756 (patch) | |
tree | 648e452e97149aca40da5199b481b484406c4a12 /src/xmlcomposehelpers.h | |
parent | d33b51f5672580b3fee5054eaf892f7bb4520985 (diff) |
Cleanup for unix
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r-- | src/xmlcomposehelpers.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h index f6c06e7..05abb8b 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -1,10 +1,13 @@ #ifndef __RTFPARSEHELPERS_H__ #define __RTFPARSEHELPERS_H__ -#include "Reference.h" -#include <mystring.h> +#include "reference.h" #include "sablo.h" -#include "RtfFormatting.h" +#include "rtfformatting.h" + +#include <string> +using std::wstring; +using std::string; class RtfParser; |