vcl/source/filter/jpeg/jpeg.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 9beb65b258f5e3e95ad4b86f2682c15ea1dac1af Author: Taichi Haradaguchi <20001...@ymail.ne.jp> AuthorDate: Sun Nov 19 10:49:53 2023 +0900 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Sun Nov 19 06:41:07 2023 +0100 tdf#143148: Use pragma once instead of include guards in vcl/source Change-Id: Ie19a3e16861946434342c7e07482ae649a4afb4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159646 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> diff --git a/vcl/source/filter/jpeg/jpeg.h b/vcl/source/filter/jpeg/jpeg.h index a7ddcffa6ece..2cf600bb6de4 100644 --- a/vcl/source/filter/jpeg/jpeg.h +++ b/vcl/source/filter/jpeg/jpeg.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H -#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H +#pragma once #include <sal/config.h> @@ -62,6 +61,4 @@ struct SourceManagerStruct { int no_data_available_failures; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */