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/codegen.hxx | |
parent | 8568732c0f6f8e4b69125a988a4987044666993a (diff) |
loplugin:includeform: basic
Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
Diffstat (limited to 'basic/source/inc/codegen.hxx')
-rw-r--r-- | basic/source/inc/codegen.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx index 5c23316de751..5a969d1f2cb7 100644 --- a/basic/source/inc/codegen.hxx +++ b/basic/source/inc/codegen.hxx @@ -22,8 +22,8 @@ class SbiParser; class SbModule; -#include <opcodes.hxx> -#include <buffer.hxx> +#include "opcodes.hxx" +#include "buffer.hxx" #include <basic/codecompletecache.hxx> class SbiCodeGen { |