mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Move the argument converter header files into lib/ (#15417)
...since they don't need to be accessed from other libraries. No intended functionality change.
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/Frontend/ArgsToFrontendInputsConverter.h"
|
||||
#include "ArgsToFrontendInputsConverter.h"
|
||||
|
||||
#include "ArgsToFrontendOutputsConverter.h"
|
||||
#include "swift/AST/DiagnosticsFrontend.h"
|
||||
#include "swift/Basic/Defer.h"
|
||||
#include "swift/Frontend/ArgsToFrontendOutputsConverter.h"
|
||||
#include "swift/Frontend/FrontendOptions.h"
|
||||
#include "swift/Option/Options.h"
|
||||
#include "swift/Parse/Lexer.h"
|
||||
|
||||
Reference in New Issue
Block a user