summaryrefslogtreecommitdiffstats
path: root/wsd/ProofKey.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/ProofKey.hpp')
-rw-r--r--wsd/ProofKey.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/wsd/ProofKey.hpp b/wsd/ProofKey.hpp
index 9ac3c7b1cf..34dd98e125 100644
--- a/wsd/ProofKey.hpp
+++ b/wsd/ProofKey.hpp
@@ -8,8 +8,8 @@
*/
// WOPI proof management
-#ifndef INCLUDED_PROOFKEY_HPP
-#define INCLUDED_PROOFKEY_HPP
+
+#pragma once
#include <string>
#include <utility>
@@ -72,6 +72,4 @@ VecOfStringPairs GetProofHeaders(const std::string& access_token, const std::str
// If no proof key, returns empty vector
const VecOfStringPairs& GetProofKeyAttributes();
-#endif // INCLUDED_PROOFKEY_HPP
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */