[PATCH] D139724: [CodeView][Test] Fix module build by removing unused header

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 12:15:55 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG413995938d52: [CodeView][Test] Fix module build by removing unused header (authored by steven_wu).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139724/new/

https://reviews.llvm.org/D139724

Files:
  llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp


Index: llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
===================================================================
--- llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
+++ llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
@@ -12,7 +12,6 @@
 #include "llvm/DebugInfo/CodeView/TypeRecord.h"
 #include "llvm/DebugInfo/CodeView/TypeRecordMapping.h"
 #include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
-#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/BinaryByteStream.h"
 #include "llvm/Support/BinaryItemStream.h"
@@ -23,7 +22,6 @@
 
 using namespace llvm;
 using namespace llvm::codeview;
-using namespace llvm::pdb;
 
 namespace llvm {
 namespace codeview {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139724.481719.patch
Type: text/x-patch
Size: 771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221209/8801450a/attachment.bin>


More information about the llvm-commits mailing list