[llvm] a0ae3d5 - MCWasmStreamer.h.h - cleanup includes and forward declarations. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 02:55:31 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-17T10:44:07+01:00
New Revision: a0ae3d55ae278a47b2ac7eb4d4aff816d0901bd0
URL: https://github.com/llvm/llvm-project/commit/a0ae3d55ae278a47b2ac7eb4d4aff816d0901bd0
DIFF: https://github.com/llvm/llvm-project/commit/a0ae3d55ae278a47b2ac7eb4d4aff816d0901bd0.diff
LOG: MCWasmStreamer.h.h - cleanup includes and forward declarations. NFC.
Remove unnecessary SmallPtrSet.h/SectionKind.h includes
Remove unused MCAssembler/raw_ostream forward declarations
Added:
Modified:
llvm/include/llvm/MC/MCWasmStreamer.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MC/MCWasmStreamer.h b/llvm/include/llvm/MC/MCWasmStreamer.h
index 84531498388e..c46f1cd321a5 100644
--- a/llvm/include/llvm/MC/MCWasmStreamer.h
+++ b/llvm/include/llvm/MC/MCWasmStreamer.h
@@ -11,18 +11,14 @@
#include "MCAsmBackend.h"
#include "MCCodeEmitter.h"
-#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCObjectWriter.h"
-#include "llvm/MC/SectionKind.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {
-class MCAssembler;
class MCExpr;
class MCInst;
-class raw_ostream;
class MCWasmStreamer : public MCObjectStreamer {
public:
More information about the llvm-commits
mailing list