summaryrefslogtreecommitdiff
path: root/decoder/bottom_up_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/bottom_up_parser.h')
-rw-r--r--decoder/bottom_up_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/bottom_up_parser.h b/decoder/bottom_up_parser.h
index 546bfb54..628bb96d 100644
--- a/decoder/bottom_up_parser.h
+++ b/decoder/bottom_up_parser.h
@@ -1,5 +1,5 @@
-#ifndef _BOTTOM_UP_PARSER_H_
-#define _BOTTOM_UP_PARSER_H_
+#ifndef BOTTOM_UP_PARSER_H_
+#define BOTTOM_UP_PARSER_H_
#include <vector>
#include <string>