[PATCH] D118373: Cleanup includes for LLVMBitsream

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 02:51:13 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb2e0a6d95a26: Cleanup includes for LLVMBitstream (authored by serge-sans-paille).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118373

Files:
  llvm/include/llvm/Bitstream/BitstreamReader.h


Index: llvm/include/llvm/Bitstream/BitstreamReader.h
===================================================================
--- llvm/include/llvm/Bitstream/BitstreamReader.h
+++ llvm/include/llvm/Bitstream/BitstreamReader.h
@@ -20,8 +20,7 @@
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/MathExtras.h"
-#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/MemoryBufferRef.h"
 #include <algorithm>
 #include <cassert>
 #include <climits>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118373.403943.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/1d9ce925/attachment.bin>


More information about the llvm-commits mailing list