aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Expression/IRInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Expression/IRInterpreter.h')
-rw-r--r--lldb/include/lldb/Expression/IRInterpreter.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/include/lldb/Expression/IRInterpreter.h b/lldb/include/lldb/Expression/IRInterpreter.h
index 6148093e718f..98ece967a923 100644
--- a/lldb/include/lldb/Expression/IRInterpreter.h
+++ b/lldb/include/lldb/Expression/IRInterpreter.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_IRInterpreter_h_
-#define liblldb_IRInterpreter_h_
+#ifndef LLDB_EXPRESSION_IRINTERPRETER_H
+#define LLDB_EXPRESSION_IRINTERPRETER_H
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/Stream.h"
@@ -22,7 +22,6 @@ class Module;
namespace lldb_private {
-class ClangExpressionDeclMap;
class IRMemoryMap;
}