Kaydet (Commit) 96e68b99 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.y

Change-Id: If3980360b79a7ffcd433055e4ab912301a1bed74
Reviewed-on: https://gerrit.libreoffice.org/43555Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 245fda41
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment