[PM] Port StripDeadPrototypes to the new pass manager
[oota-llvm.git] / lib / Support / Program.cpp
index 913c0997911ef8461057082d3e1fe83d72a76d77..34e336b354d660b7343bd12560211390b5e950f1 100644 (file)
@@ -7,13 +7,14 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Program concept.
+//  This file implements the operating system Program concept.
 //
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Program.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/Config/config.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
 using namespace llvm;
 using namespace sys;