diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:13 +0200 |
commit | d4a25418b32bcc7b8ecd80c24a799a7b56b494fb (patch) | |
tree | ec300155ad7f9e171d5366e744f5d58f707f2fc7 /basic/source/inc/parser.hxx | |
parent | 8568732c0f6f8e4b69125a988a4987044666993a (diff) |
loplugin:includeform: basic
Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r-- | basic/source/inc/parser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx index ca7eb0a8bb8b..4ff5baf83518 100644 --- a/basic/source/inc/parser.hxx +++ b/basic/source/inc/parser.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX #define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX -#include <expr.hxx> -#include <codegen.hxx> -#include <symtbl.hxx> +#include "expr.hxx" +#include "codegen.hxx" +#include "symtbl.hxx" #include <vector> |