about summary refs log tree commit diff homepage
path: root/include/expr/Lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/expr/Lexer.h')
-rw-r--r--include/expr/Lexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/expr/Lexer.h b/include/expr/Lexer.h
index 290d59eb..75dde388 100644
--- a/include/expr/Lexer.h
+++ b/include/expr/Lexer.h
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef KLEE_EXPR_LEXER_H
-#define KLEE_EXPR_LEXER_H
+#ifndef KLEE_LEXER_H
+#define KLEE_LEXER_H
 
 #include <string>