diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-16 20:42:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-19 20:12:00 +0200 |
commit | 7855c29b4d40a64b73ad30c3f1f94a81cd61bf7a (patch) | |
tree | 3a693c7cc9e017698d3a72d6aebedeb584253a0f /idlc | |
parent | 931decd0e908dae1b3780c56a58ca1f4d858729c (diff) |
loplugin:includeform: manual changes to idlc/source/parser.y
Change-Id: I1f3b08b4af08956aefad12c679cccf7bd5112f8c
Reviewed-on: https://gerrit.libreoffice.org/43557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/parser.y | 4 |
1 files changed, 2 insertions, 2 deletions
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> |