Delete dead code.
[oota-llvm.git] / lib / Support / Regex.cpp
index 0a5479a548f4b7579c61558e4d63c5dbbed942b1..efc8b90a009091a42ff18b0094ba4bce8029e784 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Regex.h"
+#include "regex_impl.h"
+#include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/SmallVector.h"
-#include "regex_impl.h"
 #include <string>
 using namespace llvm;