summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-05-11 14:15:32 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-05-11 14:15:32 +0000
commit64f7459535e40c8f88a3e67f719812f2d32933f9 (patch)
tree14d489bd0abcebaa1c2e0862cc442622928918b6
parent98f83048884726c97b84ae38881f632b5577ae21 (diff)
removed double include
-rw-r--r--psprint/inc/psprint/helper.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/psprint/inc/psprint/helper.hxx b/psprint/inc/psprint/helper.hxx
index 99b4cd9e58fa..520132ea4a9a 100644
--- a/psprint/inc/psprint/helper.hxx
+++ b/psprint/inc/psprint/helper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:45:33 $
+ * last change: $Author: pl $ $Date: 2001-05-11 15:15:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,18 +65,14 @@
#ifndef __SGI_STL_HASH_MAP
#include <hash_map>
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
// forwards
namespace osl { class File; }
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
-#endif
-
namespace psp {
typedef int fontID;