tdf#143148: Use pragma once instead of include guards

Change-Id: Ibfc42cd388f08e5e4c84c2761f6b5ec3f37f7a0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183139
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
Devashish Gupta 2025-03-20 00:47:39 +05:30 committed by Ilmari Lauhakangas
parent 00fd41ace1
commit d986127690

View File

@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H
#define INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H
#pragma once
#include <sal/config.h>
#include <sal/types.h>
@ -25,6 +24,4 @@
#define CRASHREPORT_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#endif
/* vim: set shiftwidth=4 softtabstop=4 expandtab: */