summaryrefslogtreecommitdiff
path: root/ucb/source/core/FileAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/FileAccess.hxx')
-rw-r--r--ucb/source/core/FileAccess.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/core/FileAccess.hxx b/ucb/source/core/FileAccess.hxx
index 2e2665c10795..39e062773e11 100644
--- a/ucb/source/core/FileAccess.hxx
+++ b/ucb/source/core/FileAccess.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_UCB_SOURCE_CORE_FILEACCESS_HXX
#define INCLUDED_UCB_SOURCE_CORE_FILEACCESS_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace com { namespace sun { namespace star {
namespace lang { class XMultiServiceFactory; }