summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-12 15:39:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-19 20:05:11 +0200
commit96e68b9949b86afd3006415c733a2a710e8817f3 (patch)
tree7262b71d5f45399228e7593db30ce38ca1be2994 /unoidl
parent245fda4189cab7b8ec33ca23de1d7ea3f6fa5a1e (diff)
loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.y
Change-Id: If3980360b79a7ffcd433055e4ab912301a1bed74 Reviewed-on: https://gerrit.libreoffice.org/43555 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourceprovider-parser.y10
1 files changed, 5 insertions, 5 deletions
diff --git a/unoidl/source/sourceprovider-parser.y b/unoidl/source/sourceprovider-parser.y
index c491d23daea8..b558a4ccfc29 100644
--- a/unoidl/source/sourceprovider-parser.y
+++ b/unoidl/source/sourceprovider-parser.y
@@ -14,7 +14,7 @@
%{
-#include "sal/config.h"
+#include <sal/config.h>
#include <algorithm>
#include <cassert>
@@ -26,7 +26,7 @@
#include <utility>
#include <vector>
-#include <sourceprovider-parser-requires.hxx>
+#include "sourceprovider-parser-requires.hxx"
%}
@@ -52,9 +52,9 @@
%{
-#include "osl/file.h"
-#include "osl/thread.h"
-#include "sal/log.hxx"
+#include <osl/file.h>
+#include <osl/thread.h>
+#include <sal/log.hxx>
#include "sourceprovider-scanner.hxx"