summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/NeonSession.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 1dcc6eb7a090..0ccf4a0109e7 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -30,8 +30,8 @@
#include <unordered_map>
#include <vector>
#include <string.h>
-#include "osl/diagnose.h"
-#include "osl/time.h"
+#include <osl/diagnose.h>
+#include <osl/time.h>
#include <rtl/string.h>
#include <ne_socket.h>
#include <ne_auth.h>
@@ -43,11 +43,11 @@ extern "C" {
#include <ne_compress.h>
}
-#include "libxml/parser.h"
-#include "rtl/ustrbuf.hxx"
-#include "comphelper/processfactory.hxx"
-#include "comphelper/sequence.hxx"
-#include "ucbhelper/simplecertificatevalidationrequest.hxx"
+#include <libxml/parser.h>
+#include <rtl/ustrbuf.hxx>
+#include <comphelper/processfactory.hxx>
+#include <comphelper/sequence.hxx>
+#include <ucbhelper/simplecertificatevalidationrequest.hxx>
#include "DAVAuthListener.hxx"
#include "NeonTypes.hxx"