diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-21 09:01:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 12:50:45 +0200 |
commit | 84492255081ef5ec0fafb53674f39bf07aae7028 (patch) | |
tree | 7116ffe8c0efbcd84e22770f7476151dda017562 /tools | |
parent | 51f92027b49da2375c01594e3e193f7fb1e3d2c1 (diff) |
fix-includes.pl: tools
Change-Id: I66b3dc79998de018eae1c7eff8ce23f95e3c3f33
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qa/cppunit/test_pathutils.cxx | 2 | ||||
-rw-r--r-- | tools/qa/cppunit/test_reversemap.cxx | 2 | ||||
-rw-r--r-- | tools/qa/cppunit/test_urlobj.cxx | 2 | ||||
-rw-r--r-- | tools/source/debug/debug.cxx | 2 | ||||
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 18 | ||||
-rw-r--r-- | tools/source/memtools/mempool.cxx | 6 | ||||
-rw-r--r-- | tools/source/memtools/multisel.cxx | 2 | ||||
-rw-r--r-- | tools/source/misc/appendunixshellword.cxx | 14 | ||||
-rw-r--r-- | tools/source/misc/extendapplicationenvironment.cxx | 22 | ||||
-rw-r--r-- | tools/source/misc/getprocessworkingdir.cxx | 16 | ||||
-rw-r--r-- | tools/source/misc/pathutils.cxx | 6 | ||||
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 | ||||
-rw-r--r-- | tools/source/reversemap/bestreversemap.cxx | 4 | ||||
-rw-r--r-- | tools/source/stream/stream.cxx | 2 |
14 files changed, 50 insertions, 50 deletions
diff --git a/tools/qa/cppunit/test_pathutils.cxx b/tools/qa/cppunit/test_pathutils.cxx index e17e21ad54f3..37e6259df120 100644 --- a/tools/qa/cppunit/test_pathutils.cxx +++ b/tools/qa/cppunit/test_pathutils.cxx @@ -24,7 +24,7 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "tools/pathutils.hxx" +#include <tools/pathutils.hxx> namespace { diff --git a/tools/qa/cppunit/test_reversemap.cxx b/tools/qa/cppunit/test_reversemap.cxx index 0f7b56fabc98..1f1f7c3b9fb0 100644 --- a/tools/qa/cppunit/test_reversemap.cxx +++ b/tools/qa/cppunit/test_reversemap.cxx @@ -15,7 +15,7 @@ #include <rtl/ustring.hxx> #include <vector> -#include "tools/tenccvt.hxx" +#include <tools/tenccvt.hxx> //Tests for getBestMSEncodingByChar diff --git a/tools/qa/cppunit/test_urlobj.cxx b/tools/qa/cppunit/test_urlobj.cxx index 12d57c6abb53..50f198c52060 100644 --- a/tools/qa/cppunit/test_urlobj.cxx +++ b/tools/qa/cppunit/test_urlobj.cxx @@ -12,7 +12,7 @@ #include <sal/types.h> #include "cppunit/TestFixture.h" #include <cppunit/extensions/HelperMacros.h> -#include "tools/urlobj.hxx" +#include <tools/urlobj.hxx> #define OUSTR_TO_STDSTR( oustr ) std::string( OUStringToOString( oustr, RTL_TEXTENCODING_ASCII_US ).getStr() ) diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 9a77d27b2709..4b0a37a3dd53 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -34,7 +34,7 @@ #include <windows.h> #endif -#include "com/sun/star/task/ErrorCodeIOException.hpp" +#include <com/sun/star/task/ErrorCodeIOException.hpp> #include <tools/debug.hxx> #include <rtl/string.h> #include <sal/log.hxx> diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 26b03d5ef8d0..9947a8614b8a 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -20,15 +20,15 @@ #include <tools/urlobj.hxx> #include <tools/debug.hxx> #include <tools/inetmime.hxx> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/util/XStringWidth.hpp" -#include "osl/diagnose.h" -#include "osl/file.hxx" -#include "rtl/character.hxx" -#include "rtl/string.h" -#include "rtl/textenc.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/util/XStringWidth.hpp> +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <rtl/character.hxx> +#include <rtl/string.h> +#include <rtl/textenc.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include <rtl/character.hxx> diff --git a/tools/source/memtools/mempool.cxx b/tools/source/memtools/mempool.cxx index fe79b471a343..cf043f904c8b 100644 --- a/tools/source/memtools/mempool.cxx +++ b/tools/source/memtools/mempool.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/mempool.hxx" -#include "sal/log.hxx" -#include "rtl/alloc.h" +#include <tools/mempool.hxx> +#include <sal/log.hxx> +#include <rtl/alloc.h> #include <stdio.h> diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx index 916f64755dc1..102ab5186976 100644 --- a/tools/source/memtools/multisel.cxx +++ b/tools/source/memtools/multisel.cxx @@ -20,7 +20,7 @@ #include <tools/debug.hxx> #include <tools/multisel.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> void MultiSelection::ImplClear() { diff --git a/tools/source/misc/appendunixshellword.cxx b/tools/source/misc/appendunixshellword.cxx index 96e9b65846b2..414ad9159c72 100644 --- a/tools/source/misc/appendunixshellword.cxx +++ b/tools/source/misc/appendunixshellword.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #if defined UNX #include <cstddef> -#include "osl/diagnose.h" -#include "rtl/strbuf.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "sal/types.h" -#include "tools/appendunixshellword.hxx" +#include <osl/diagnose.h> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <sal/types.h> +#include <tools/appendunixshellword.hxx> namespace tools { diff --git a/tools/source/misc/extendapplicationenvironment.cxx b/tools/source/misc/extendapplicationenvironment.cxx index 33c40ab9cddd..127165997d81 100644 --- a/tools/source/misc/extendapplicationenvironment.cxx +++ b/tools/source/misc/extendapplicationenvironment.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <config_folders.h> -#include "sal/config.h" +#include <sal/config.h> #include <stdlib.h> @@ -30,16 +30,16 @@ #include <sys/types.h> #endif -#include "osl/process.h" -#include "osl/thread.h" -#include "rtl/bootstrap.hxx" -#include "rtl/string.hxx" -#include "rtl/textcvt.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "tools/extendapplicationenvironment.hxx" +#include <osl/process.h> +#include <osl/thread.h> +#include <rtl/bootstrap.hxx> +#include <rtl/string.hxx> +#include <rtl/textcvt.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <tools/extendapplicationenvironment.hxx> namespace tools { diff --git a/tools/source/misc/getprocessworkingdir.cxx b/tools/source/misc/getprocessworkingdir.cxx index f3bcf8cd1c97..c219adf0ce73 100644 --- a/tools/source/misc/getprocessworkingdir.cxx +++ b/tools/source/misc/getprocessworkingdir.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> -#include "osl/diagnose.h" -#include "osl/file.hxx" -#include "osl/process.h" -#include "rtl/bootstrap.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "tools/getprocessworkingdir.hxx" +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <osl/process.h> +#include <rtl/bootstrap.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <tools/getprocessworkingdir.hxx> namespace tools { diff --git a/tools/source/misc/pathutils.cxx b/tools/source/misc/pathutils.cxx index 2a170c704d5b..f4507d83c15c 100644 --- a/tools/source/misc/pathutils.cxx +++ b/tools/source/misc/pathutils.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #if defined WNT #include <cstddef> #define WIN32_LEAN_AND_MEAN #include <windows.h> -#include "sal/types.h" -#include "tools/pathutils.hxx" +#include <sal/types.h> +#include <tools/pathutils.hxx> namespace tools { diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 7de0a56f6b4b..d315bc795021 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -19,7 +19,7 @@ #include <config_folders.h> -#include "sal/config.h" +#include <sal/config.h> #include <cassert> diff --git a/tools/source/reversemap/bestreversemap.cxx b/tools/source/reversemap/bestreversemap.cxx index 9beeb367d36e..a76cb17bc56e 100644 --- a/tools/source/reversemap/bestreversemap.cxx +++ b/tools/source/reversemap/bestreversemap.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" -#include "rtl/textcvt.h" +#include <sal/config.h> +#include <rtl/textcvt.h> #include <stdio.h> diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 0ed749ebddfd..01b21c7e0f43 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -26,7 +26,7 @@ #include <ctype.h> #include <stdlib.h> -#include "boost/static_assert.hpp" +#include <boost/static_assert.hpp> #include <osl/endian.h> |