summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/skia/inc/skia_compiler.hxx5
1 files changed, 1 insertions, 4 deletions
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