From daf7c3e7329f343afdcfc72b3c3b88d6b23f0690 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 9 Oct 2017 17:04:39 +0300 Subject: basic: consistently use "" and <> in include directives Change-Id: I147c0e9b9b1e09af593f54799e45e1348cd40716 Reviewed-on: https://gerrit.libreoffice.org/43298 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- basic/source/inc/codegen.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic/source/inc/codegen.hxx') diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx index 5a969d1f2cb7..5c23316de751 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 +#include #include class SbiCodeGen { -- cgit