include/codemaker/global.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 7e705f6c80233943603cf0953a0188b0acc75d50 Author: Lorenzo Lovato <[email protected]> AuthorDate: Sat Oct 26 11:26:39 2024 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Sun Oct 27 09:21:13 2024 +0100 tdf#143148: #pragma once instead of include guards Change-Id: I573a36a488e5a76f5dbe9d629ae0aaf23d3fc711 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175679 Reviewed-by: Ilmari Lauhakangas <[email protected]> Tested-by: Ilmari Lauhakangas <[email protected]> diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx index e62e1a973273..96a4a5238b87 100644 --- a/include/codemaker/global.hxx +++ b/include/codemaker/global.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX -#define INCLUDED_CODEMAKER_GLOBAL_HXX +#pragma once #include <utility> #include <vector> @@ -91,6 +90,4 @@ private: OUString message_; }; -#endif // INCLUDED_CODEMAKER_GLOBAL_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
