diff options
Diffstat (limited to 'include/unotools/ucbhelper.hxx')
-rw-r--r-- | include/unotools/ucbhelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/ucbhelper.hxx b/include/unotools/ucbhelper.hxx index 998fe82c5b3c..ee291b6f42a2 100644 --- a/include/unotools/ucbhelper.hxx +++ b/include/unotools/ucbhelper.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_UNOTOOLS_UCBHELPER_HXX #define INCLUDED_UNOTOOLS_UCBHELPER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" -#include "unotools/unotoolsdllapi.h" +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> +#include <unotools/unotoolsdllapi.h> namespace com { namespace sun { namespace star { namespace uno { |