summaryrefslogtreecommitdiff
path: root/fast/grammar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'fast/grammar.hh')
-rw-r--r--fast/grammar.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/fast/grammar.hh b/fast/grammar.hh
index 5625b85..c4ef3ad 100644
--- a/fast/grammar.hh
+++ b/fast/grammar.hh
@@ -1,5 +1,4 @@
-#ifndef GRAMMAR_HH
-#define GRAMMAR_HH
+#pragma once
#include <string>
#include <sstream>
@@ -29,5 +28,3 @@ class Rule {
} // namespace
-#endif
-