raw_istream: Don't forward declare Twine et al. (#59)

It breaks existing users who use StringRef.
This commit is contained in:
Peter Johnson
2017-11-22 23:49:57 -08:00
committed by GitHub
parent 912b74151f
commit 877c7f51c1

View File

@@ -12,12 +12,9 @@
#include <cstddef>
#include <system_error>
namespace llvm {
template <typename T>
class SmallVectorImpl;
class StringRef;
class Twine;
}
#include "llvm/SmallVector.h"
#include "llvm/StringRef.h"
#include "llvm/Twine.h"
namespace wpi {