We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b33ab7 commit 4103144Copy full SHA for 4103144
lldb/include/lldb/ValueObject/DILLexer.h
@@ -6,11 +6,10 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef LLDB_VALUEOBJECT_DILLEXER_H_
10
-#define LLDB_VALUEOBJECT_DILLEXER_H_
+#ifndef LLDB_VALUEOBJECT_DILLEXER_H
+#define LLDB_VALUEOBJECT_DILLEXER_H
11
12
#include "llvm/ADT/StringRef.h"
13
-#include "llvm/ADT/iterator_range.h"
14
#include "llvm/Support/Error.h"
15
#include <cstdint>
16
#include <limits.h>
@@ -125,4 +124,4 @@ class DILLexer {
125
124
126
} // namespace lldb_private::dil
127
128
-#endif // LLDB_VALUEOBJECT_DILLEXER_H_
+#endif // LLDB_VALUEOBJECT_DILLEXER_H
0 commit comments