[Libreoffice-commits] core.git: idlc/source

Stephan Bergmann sbergman at redhat.com
Thu Oct 19 18:12:24 UTC 2017


 idlc/source/parser.y |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7855c29b4d40a64b73ad30c3f1f94a81cd61bf7a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 16 20:42:56 2017 +0200

    loplugin:includeform: manual changes to idlc/source/parser.y
    
    Change-Id: I1f3b08b4af08956aefad12c679cccf7bd5112f8c
    Reviewed-on: https://gerrit.libreoffice.org/43557
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 1c1a27a67806..1e873853b46e 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -44,11 +44,11 @@
 #include <astobserves.hxx>
 #include <astneeds.hxx>
 
-#include "aststructinstance.hxx"
+#include <aststructinstance.hxx>
 
 #include "attributeexceptions.hxx"
 
-#include "rtl/strbuf.hxx"
+#include <rtl/strbuf.hxx>
 #include <osl/diagnose.h>
 
 #include <algorithm>


More information about the Libreoffice-commits mailing list