diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 22:25:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 22:25:56 +0000 |
commit | 7f4650080fed53e793c6b3754e6f24c13b8e4539 (patch) | |
tree | 1a34083f59731ddb2201ab2aaa74f65257496acb /src/xmlcomposehelpers.h | |
parent | 824c9753297f8b62fca9aef13b1b6b9393a6d934 (diff) |
Changes for FreeBSD compatibility
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r-- | src/xmlcomposehelpers.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h index 7769d91..b901039 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -39,14 +39,11 @@ #ifndef __RTFPARSEHELPERS_H__ #define __RTFPARSEHELPERS_H__ +#include "usuals.h" #include "reference.h" #include "sablo.h" #include "rtfformatting.h" -#include <string> -using std::wstring; -using std::string; - class RtfParser; class Destination : |