diff options
-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> |