summaryrefslogtreecommitdiff
path: root/sccomp/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/inc/strings.hrc')
-rw-r--r--sccomp/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sccomp/inc/strings.hrc b/sccomp/inc/strings.hrc
index 8a6e65f578a5..1ffff8a0446a 100644
--- a/sccomp/inc/strings.hrc
+++ b/sccomp/inc/strings.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SCCOMP_INC_STRINGS_HRC
-#define INCLUDED_SCCOMP_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -37,6 +36,4 @@
#define RID_ERROR_UNBOUNDED NC_("RID_ERROR_UNBOUNDED", "The model is unbounded.")
#define RID_ERROR_TIMEOUT NC_("RID_ERROR_TIMEOUT", "The time limit was reached.")
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */