Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / SpecialCaseList.cpp
index c312cc11a471fcf1fdacdac65af9ff47a7bb1251..ea417c41c0a71d785fe53a12d7fc29bd1d2ad604 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/SpecialCaseList.h"
-#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringSet.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Regex.h"
-#include "llvm/Support/raw_ostream.h"
 #include <string>
 #include <system_error>
 #include <utility>