From 7855c29b4d40a64b73ad30c3f1f94a81cd61bf7a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Oct 2017 20:42:56 +0200 Subject: loplugin:includeform: manual changes to idlc/source/parser.y Change-Id: I1f3b08b4af08956aefad12c679cccf7bd5112f8c Reviewed-on: https://gerrit.libreoffice.org/43557 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- idlc/source/parser.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idlc') 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 #include -#include "aststructinstance.hxx" +#include #include "attributeexceptions.hxx" -#include "rtl/strbuf.hxx" +#include #include #include -- cgit