summaryrefslogtreecommitdiff
path: root/Utilities/cm3p/lzma.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cm3p/lzma.h')
-rw-r--r--Utilities/cm3p/lzma.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/cm3p/lzma.h b/Utilities/cm3p/lzma.h
index abfacf361f..7842f6bb45 100644
--- a/Utilities/cm3p/lzma.h
+++ b/Utilities/cm3p/lzma.h
@@ -1,7 +1,6 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cm3p_lzma_h
-#define cm3p_lzma_h
+#pragma once
/* Use the liblzma configured for CMake. */
#include "cmThirdParty.h"
@@ -10,5 +9,3 @@
#else
# include <cmliblzma/liblzma/api/lzma.h> // IWYU pragma: export
#endif
-
-#endif