Skip to content

Commit

Permalink
[unused-includes] PCHContainerOperations uses MemoryBufferRef, not Me…
Browse files Browse the repository at this point in the history
…moryBuffer. NFC. (#88794)
  • Loading branch information
vsapsai committed Apr 16, 2024
1 parent 22e6bf7 commit b566810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Serialization/PCHContainerOperations.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "clang/Basic/Module.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/MemoryBufferRef.h"
#include <memory>

namespace llvm {
Expand Down

0 comments on commit b566810

Please sign in to comment.