summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:54:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:54:15 +0200
commit37604bca4138ed45187547ffcf578ca9abfdb679 (patch)
tree71c46bddada9a2e770b7e844508ca762de10d771 /shell
parent6f694e961271fed7518ecb29841a6ffeb8e31697 (diff)
loplugin:includeform: shell (macOS)
Change-Id: I2a254633124caa03d48ec9e6d21751b0b8750c0b
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/macbe/macbackend.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm
index a8551428817b..14628e91c728 100644
--- a/shell/source/backends/macbe/macbackend.mm
+++ b/shell/source/backends/macbe/macbackend.mm
@@ -28,11 +28,11 @@
#include "macbackend.hxx"
-#include "com/sun/star/beans/Optional.hpp"
+#include <com/sun/star/beans/Optional.hpp>
#include <cppuhelper/supportsservice.hxx>
-#include "rtl/ustrbuf.hxx"
+#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
-#include "osl/file.h"
+#include <osl/file.h>
#define SPACE ' '
#define SEMI_COLON ';'