summaryrefslogtreecommitdiff
path: root/vcl/osx/printaccessoryview.mm
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
commit52b605ff36089fc56c1c41d413adcd131cde845c (patch)
treead88bf109337ab1841979d1a8336d4eb85e8e812 /vcl/osx/printaccessoryview.mm
parent7d69ac0b8f11ed9cbee2925fc60119404eed4211 (diff)
loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
Diffstat (limited to 'vcl/osx/printaccessoryview.mm')
-rw-r--r--vcl/osx/printaccessoryview.mm18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm
index ad4ea5af9de7..dda38c4479c8 100644
--- a/vcl/osx/printaccessoryview.mm
+++ b/vcl/osx/printaccessoryview.mm
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <vcl/print.hxx>
#include <vcl/image.hxx>
@@ -26,16 +26,16 @@
#include <vcl/unohelp.hxx>
#include <vcl/settings.hxx>
-#include "osx/printview.h"
-#include "osx/salinst.h"
-#include "quartz/utils.h"
+#include <osx/printview.h>
+#include <osx/salinst.h>
+#include <quartz/utils.h>
-#include "svdata.hxx"
-#include "strings.hrc"
-#include "printaccessoryview.hrc"
+#include <svdata.hxx>
+#include <strings.hrc>
+#include <printaccessoryview.hrc>
-#include "com/sun/star/i18n/XBreakIterator.hpp"
-#include "com/sun/star/i18n/WordType.hpp"
+#include <com/sun/star/i18n/XBreakIterator.hpp>
+#include <com/sun/star/i18n/WordType.hpp>
#include <map>