summaryrefslogtreecommitdiff
path: root/include/unotest
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-10-16 17:15:50 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-10-26 21:04:30 +0000
commitfd9d9976bf346929d872db0e5d8abc4180c9996c (patch)
tree77006fe6cc1447040206849a8ff5ef11f83a9860 /include/unotest
parent85adff17399701880de5fe4eed16d8ca11b20c82 (diff)
fix includes that are not stand-alone
includes should be able to be included on their own fix some of the ones that do not respect that rule. Change-Id: Id161224a1978461d3cea43252f232f18888a4f61 Reviewed-on: https://gerrit.libreoffice.org/19612 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/gettestargument.hxx3
-rw-r--r--include/unotest/toabsolutefileurl.hxx2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/unotest/gettestargument.hxx b/include/unotest/gettestargument.hxx
index e2160ba51938..734b77e57b8a 100644
--- a/include/unotest/gettestargument.hxx
+++ b/include/unotest/gettestargument.hxx
@@ -20,8 +20,7 @@
#ifndef INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#define INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
-#include <sal/config.h>
-
+#include <rtl/ustring.hxx>
#include <unotest/detail/unotestdllapi.hxx>
diff --git a/include/unotest/toabsolutefileurl.hxx b/include/unotest/toabsolutefileurl.hxx
index 975e7f411002..5bdb7b05ef04 100644
--- a/include/unotest/toabsolutefileurl.hxx
+++ b/include/unotest/toabsolutefileurl.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#define INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
-#include <sal/config.h>
+#include <rtl/ustring.hxx>
#include <unotest/detail/unotestdllapi.hxx>