mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -12,9 +12,9 @@
|
||||
|
||||
#include "swift/Frontend/Frontend.h"
|
||||
|
||||
#include "ArgsToFrontendOptionsConverter.h"
|
||||
#include "swift/AST/DiagnosticsFrontend.h"
|
||||
#include "swift/Basic/Platform.h"
|
||||
#include "swift/Frontend/ArgsToFrontendOptionsConverter.h"
|
||||
#include "swift/Option/Options.h"
|
||||
#include "swift/Option/SanitizerOptions.h"
|
||||
#include "swift/Strings.h"
|
||||
|
||||
Reference in New Issue
Block a user