From af97960c8d3761b9fd86dff9ef4eee3999448194 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Thu, 30 May 2019 18:21:36 +0200 Subject: make include guard naming consistent --- include/expr/Lexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/expr/Lexer.h') 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 -- cgit 1.4.1