external/skia/inc/skia_compiler.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 5d92f4dbb6ba0af39693564b83a44cc7610b577d
Author:     richtrimble <rich.trimbl...@gmail.com>
AuthorDate: Mon Jun 10 16:00:40 2024 -0600
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sat Jun 15 13:07:42 2024 +0200

    tdf#143148 use pragma once instead of include guards
    
    Change-Id: I1c9dff3b7d4dbaa3b3de224576b2182d1f893619
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168649
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/external/skia/inc/skia_compiler.hxx 
b/external/skia/inc/skia_compiler.hxx
index a26ec29bdd1e..8afb2c54a03b 100644
--- a/external/skia/inc/skia_compiler.hxx
+++ b/external/skia/inc/skia_compiler.hxx
@@ -3,11 +3,8 @@
  * found in the LICENSE file.
  */
 
-#ifndef SKIA_COMPILER_H
-#define SKIA_COMPILER_H
+#pragma once
 
 #include <include/core/SkTypes.h>
 
 SK_API const char* skia_compiler_name();
-
-#endif

Reply via email to