tdf#143148 Use pragma once instead of include guards

Change-Id: I8a91edb86edd76b70648507f12b18d9e923ab16e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141774
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
Harshita Nag 2022-10-24 23:04:37 +05:30 committed by Ilmari Lauhakangas
parent 0c79a2df8b
commit ddb8a1a282

View file

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_EMFIO_INC_WMFREADER_HXX
#define INCLUDED_EMFIO_INC_WMFREADER_HXX
#pragma once
#include "mtftools.hxx"
#include <tools/stream.hxx>
@ -77,6 +76,4 @@ namespace emfio
};
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */