diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 13:59:36 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 13:59:36 -0600 |
commit | f0389a7f4fa39e437642a7236d7804c6a0cb47a0 (patch) | |
tree | d3835695fdf47acfec74c077b23d0db73da1dbea /include/comphelper/makesequence.hxx | |
parent | 98d48bbbbbe291ec8e3cb9b51bedbf6f412c3553 (diff) |
fdo#65108 inter-module includes <>
Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc
Diffstat (limited to 'include/comphelper/makesequence.hxx')
-rw-r--r-- | include/comphelper/makesequence.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/makesequence.hxx b/include/comphelper/makesequence.hxx index 19d1e8e7e257..48bb57c17910 100644 --- a/include/comphelper/makesequence.hxx +++ b/include/comphelper/makesequence.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_COMPHELPER_MAKESEQUENCE_HXX #define INCLUDED_COMPHELPER_MAKESEQUENCE_HXX -#include "com/sun/star/uno/Sequence.hxx" -#include "boost/preprocessor/cat.hpp" -#include "boost/preprocessor/repetition.hpp" -#include "boost/preprocessor/arithmetic/add.hpp" +#include <com/sun/star/uno/Sequence.hxx> +#include <boost/preprocessor/cat.hpp> +#include <boost/preprocessor/repetition.hpp> +#include <boost/preprocessor/arithmetic/add.hpp> namespace comphelper { |