Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / MC / MCSection.h
index 1c01b2f8f3cc659aa455e80733d62ac7b7be3adf..7da6534b6e88f06dfb00fb74bf3d7b782240685a 100644 (file)
 #ifndef LLVM_MC_MCSECTION_H
 #define LLVM_MC_MCSECTION_H
 
-#include <string>
-#include "llvm/ADT/StringRef.h"
 #include "llvm/MC/SectionKind.h"
 #include "llvm/Support/Casting.h"
 
 namespace llvm {
-  class MCContext;
   class MCAsmInfo;
   class raw_ostream;