mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user