[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

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