summaryrefslogtreecommitdiff
path: root/include/comphelper/unwrapargs.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 13:59:36 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 13:59:36 -0600
commitf0389a7f4fa39e437642a7236d7804c6a0cb47a0 (patch)
treed3835695fdf47acfec74c077b23d0db73da1dbea /include/comphelper/unwrapargs.hxx
parent98d48bbbbbe291ec8e3cb9b51bedbf6f412c3553 (diff)
fdo#65108 inter-module includes <>
Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc
Diffstat (limited to 'include/comphelper/unwrapargs.hxx')
-rw-r--r--include/comphelper/unwrapargs.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/comphelper/unwrapargs.hxx b/include/comphelper/unwrapargs.hxx
index 97ef629a31d3..3679fddb2edb 100644
--- a/include/comphelper/unwrapargs.hxx
+++ b/include/comphelper/unwrapargs.hxx
@@ -20,14 +20,14 @@
#ifndef INCLUDED_COMPHELPER_UNWRAPARGS_HXX
#define INCLUDED_COMPHELPER_UNWRAPARGS_HXX
-#include "rtl/ustrbuf.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "com/sun/star/lang/IllegalArgumentException.hpp"
-#include "boost/optional.hpp"
-#include "boost/preprocessor/cat.hpp"
-#include "boost/preprocessor/repetition.hpp"
-#include "boost/preprocessor/arithmetic/add.hpp"
-#include "cppu/unotype.hxx"
+#include <rtl/ustrbuf.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <boost/optional.hpp>
+#include <boost/preprocessor/cat.hpp>
+#include <boost/preprocessor/repetition.hpp>
+#include <boost/preprocessor/arithmetic/add.hpp>
+#include <cppu/unotype.hxx>
namespace comphelper {