summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-20 15:15:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-20 19:00:36 +0100
commit45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch)
treecf01cfc9006789d7effb61ae140028829fc879c6 /padmin
parent8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff)
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/helper.hxx2
-rw-r--r--padmin/source/progress.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index cfaca587cbad..ea0babe61cf9 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -21,7 +21,7 @@
#define _PAD_HELPER_HXX_
#include <list>
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <tools/resid.hxx>
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
diff --git a/padmin/source/progress.cxx b/padmin/source/progress.cxx
index ec6e5c1d4f95..160749c1d2dd 100644
--- a/padmin/source/progress.cxx
+++ b/padmin/source/progress.cxx
@@ -19,7 +19,7 @@
#include <ctype.h>
#include <stdio.h>
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <tools/stream.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/svapp.hxx>