Fix the ordering of #includes in lib/Driver/Tools.cpp.

This was mistakenly placed in the wrong place when I resolved a local merge conflict earlier.

Swift SVN r19832
This commit is contained in:
Connor Wakamo
2014-07-10 22:05:53 +00:00
parent 373f0ce863
commit 04e1110bd1

View File

@@ -19,9 +19,9 @@
#include "swift/Basic/Range.h"
#include "swift/Driver/Driver.h"
#include "swift/Driver/Job.h"
#include "clang/Driver/Util.h"
#include "swift/Frontend/Frontend.h"
#include "swift/Option/Options.h"
#include "clang/Driver/Util.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"