Purge unused includes throughout libSupport.
[oota-llvm.git] / include / llvm / Support / YAMLParser.h
index de6e6544e25b9f5022a459c805b9fa482c8d6e0c..3d423293b2749d8f1c0f6b434e0acd05de0ac14d 100644 (file)
 #ifndef LLVM_SUPPORT_YAMLPARSER_H
 #define LLVM_SUPPORT_YAMLPARSER_H
 
-#include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/SMLoc.h"
 #include <limits>
 #include <map>
 #include <utility>
 
 namespace llvm {
+class MemoryBufferRef;
 class SourceMgr;
-class raw_ostream;
 class Twine;
+class raw_ostream;
 
 namespace yaml {