diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2021-02-16 20:13:02 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2021-02-16 20:13:02 +0000 |
| commit | b60736ec1405bb0a8dd40989f67ef4c93da068ab (patch) | |
| tree | 5c43fbb7c9fc45f0f87e0e6795a86267dbd12f9d /llvm/lib/Remarks/BitstreamRemarkParser.h | |
| parent | cfca06d7963fa0909f90483b42a6d7d194d01e08 (diff) | |
Diffstat (limited to 'llvm/lib/Remarks/BitstreamRemarkParser.h')
| -rw-r--r-- | llvm/lib/Remarks/BitstreamRemarkParser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Remarks/BitstreamRemarkParser.h b/llvm/lib/Remarks/BitstreamRemarkParser.h index 749219fc5155..0e40e5d66e00 100644 --- a/llvm/lib/Remarks/BitstreamRemarkParser.h +++ b/llvm/lib/Remarks/BitstreamRemarkParser.h @@ -14,13 +14,13 @@ #define LLVM_LIB_REMARKS_BITSTREAM_REMARK_PARSER_H #include "llvm/ADT/Optional.h" -#include "llvm/ADT/SmallVector.h" +#include "llvm/Remarks/BitstreamRemarkContainer.h" #include "llvm/Remarks/BitstreamRemarkParser.h" +#include "llvm/Remarks/Remark.h" #include "llvm/Remarks/RemarkFormat.h" #include "llvm/Remarks/RemarkParser.h" -#include "llvm/Support/raw_ostream.h" +#include <cstdint> #include <memory> -#include <string> namespace llvm { namespace remarks { |
