include/basegfx/DrawCommands.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 8bad569f5d7edbfee8daf0bbcd183f3c3d1de3e4 Author: Jussi Suominen <[email protected]> AuthorDate: Sun Sep 28 22:42:20 2025 +0300 Commit: Julien Nabet <[email protected]> CommitDate: Mon Sep 29 13:59:23 2025 +0200 tdf#143148: Use pragma once instead of include guards Replace include guard with pragma once in include/basegfx/DrawCommands.hxx Change-Id: I3f449a695dbd4973bef874e583f6016710804ccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191584 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx index 14d3ad2459cf..6e1542b7bba6 100644 --- a/include/basegfx/DrawCommands.hxx +++ b/include/basegfx/DrawCommands.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_BASEGFX_DRAWCOMMANDS_H -#define INCLUDED_BASEGFX_DRAWCOMMANDS_H +#pragma once #include <memory> #include <utility> @@ -153,6 +152,4 @@ public: } // end namespace gfx -#endif // INCLUDED_BASEGFX_DRAWCOMMANDS_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
