[Libreoffice-commits] core.git: unoidl/source
Stephan Bergmann
sbergman at redhat.com
Thu Oct 19 18:05:39 UTC 2017
unoidl/source/sourceprovider-parser.y | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 96e68b9949b86afd3006415c733a2a710e8817f3
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 12 15:39:00 2017 +0200
loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.y
Change-Id: If3980360b79a7ffcd433055e4ab912301a1bed74
Reviewed-on: https://gerrit.libreoffice.org/43555
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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"
More information about the Libreoffice-commits
mailing list