From cf717f6d41dd3a2a582ee1478e83c281b18b9c3f Mon Sep 17 00:00:00 2001 From: Sabyasachi Bhoi Date: Thu, 22 Jul 2021 16:09:58 +0530 Subject: tdf#143148: Use pragma once instead of include guards Replace include guards with pragma once in header file Change-Id: I8f845a3eb563ab3e6d5ce57b3b411a46bce54889 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119368 Reviewed-by: Ilmari Lauhakangas Tested-by: Ilmari Lauhakangas --- vcl/source/bitmap/impvect.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vcl/source/bitmap/impvect.hxx b/vcl/source/bitmap/impvect.hxx index 41f0884e9626..257d1b5e5a87 100644 --- a/vcl/source/bitmap/impvect.hxx +++ b/vcl/source/bitmap/impvect.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX -#define INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX +#pragma once #include @@ -30,6 +29,4 @@ namespace ImplVectorizer sal_uInt8 cReduce, const Link* pProgress ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit