Sort the #include lines for utils/...
[oota-llvm.git] / utils / FileUpdate / FileUpdate.cpp
index 3ea1e4f306ee3ca2bfdfa2153399d54a1a93b124..9b48f94948aa12439ab459567a0fbd274d0b0f23 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/PrettyStackTrace.h"
-#include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Support/Signals.h"
+#include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Support/system_error.h"
 using namespace llvm;