diff options
Diffstat (limited to 'include/llvm/IR/Comdat.h')
-rw-r--r-- | include/llvm/IR/Comdat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/IR/Comdat.h b/include/llvm/IR/Comdat.h index fb79e13af3a5..577247f27e20 100644 --- a/include/llvm/IR/Comdat.h +++ b/include/llvm/IR/Comdat.h @@ -16,12 +16,10 @@ #ifndef LLVM_IR_COMDAT_H #define LLVM_IR_COMDAT_H -#include "llvm/ADT/StringRef.h" -#include "llvm/Support/Compiler.h" - namespace llvm { class raw_ostream; +class StringRef; template <typename ValueTy> class StringMapEntry; // This is a Name X SelectionKind pair. The reason for having this be an @@ -48,7 +46,6 @@ public: private: friend class Module; Comdat(); - Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name); Comdat(const Comdat &) = delete; // Points to the map in Module. |