Resort the #include lines in include/... and lib/... with the
[oota-llvm.git] / lib / Option / Option.cpp
index 003f07f0373aa4157e19183073e68a523107b2af..0e2263475e0cad1c84b21b56e71f97472f230830 100644 (file)
@@ -8,13 +8,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Option/Option.h"
-
 #include "llvm/ADT/Twine.h"
 #include "llvm/Option/Arg.h"
 #include "llvm/Option/ArgList.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorHandling.h"
-
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 #include <cassert>