[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:
Jordan Rose
2018-03-25 16:01:23 -07:00
committed by GitHub
parent 9632af451a
commit 02a2af60b3
7 changed files with 9 additions and 9 deletions

View File

@@ -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"