summaryrefslogtreecommitdiff
path: root/bridges/inc/unointerfaceproxy.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-11 01:37:03 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-11 07:02:29 +0200
commit6beaa8aae6b4a56ceb2075d131b6ae319ef9ea9d (patch)
tree640e8df8327cafc60d7c6130a0318ee10cee76bb /bridges/inc/unointerfaceproxy.hxx
parent78f79760d5cb768cb482646fc71a90cd6cd1e630 (diff)
bridges: consistently use "" and <> in include directives
Change-Id: I8fb8e4fad4d6bfb4e24648833826f1a7e211b062 Reviewed-on: https://gerrit.libreoffice.org/43320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'bridges/inc/unointerfaceproxy.hxx')
-rw-r--r--bridges/inc/unointerfaceproxy.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/inc/unointerfaceproxy.hxx b/bridges/inc/unointerfaceproxy.hxx
index c76b62dd28b0..ba3ddcbb5624 100644
--- a/bridges/inc/unointerfaceproxy.hxx
+++ b/bridges/inc/unointerfaceproxy.hxx
@@ -25,11 +25,11 @@
#include <atomic>
#include <cstddef>
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
-#include "typelib/typedescription.h"
-#include "uno/dispatcher.h"
-#include "uno/environment.h"
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+#include <typelib/typedescription.h>
+#include <uno/dispatcher.h>
+#include <uno/environment.h>
namespace com { namespace sun { namespace star { namespace uno {
class XInterface;