unoidl/source/sourceprovider-parser.y | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 96e68b9949b86afd3006415c733a2a710e8817f3 Author: Stephan Bergmann <[email protected]> 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 <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
