Skip to content

Commit

Permalink
MCSectionWasm.h - reduce includes to forward declarations. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jun 27, 2020
1 parent f02f347 commit 23cdbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions llvm/include/llvm/MC/MCSectionWasm.h
Expand Up @@ -13,15 +13,14 @@
#ifndef LLVM_MC_MCSECTIONWASM_H
#define LLVM_MC_MCSECTIONWASM_H

#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSymbolWasm.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

namespace llvm {

class MCSymbol;
class MCSymbolWasm;
class StringRef;
class raw_ostream;

/// This represents a section on wasm.
class MCSectionWasm final : public MCSection {
Expand Down
1 change: 1 addition & 0 deletions llvm/lib/MC/MCSectionWasm.cpp
Expand Up @@ -10,6 +10,7 @@
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCSymbolWasm.h"
#include "llvm/Support/raw_ostream.h"

using namespace llvm;
Expand Down

0 comments on commit 23cdbdb

Please sign in to comment.