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.
2 parents f0b2e4f + e1e330a commit 577c1a9Copy full SHA for 577c1a9
llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
@@ -10,10 +10,8 @@
10
#define LLVM_DEBUGINFO_CODEVIEW_MODULEDEBUGFRAGMENTVISITOR_H
11
12
#include "llvm/DebugInfo/CodeView/CodeView.h"
13
-#include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
14
#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
15
#include "llvm/Support/Error.h"
16
-#include <cstdint>
17
18
namespace llvm {
19
@@ -30,7 +28,6 @@ class DebugStringTableSubsectionRef;
30
28
class DebugSymbolRVASubsectionRef;
31
29
class DebugSymbolsSubsectionRef;
32
class DebugUnknownSubsectionRef;
33
-class StringsAndChecksumsRef;
34
35
class DebugSubsectionVisitor {
36
public:
0 commit comments