[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

@@ -9,12 +9,12 @@
//
//===----------------------------------------------------------------------===//
#include "swift/Frontend/ArgsToFrontendOutputsConverter.h"
#include "ArgsToFrontendOutputsConverter.h"
#include "ArgsToFrontendInputsConverter.h"
#include "ArgsToFrontendOptionsConverter.h"
#include "swift/AST/DiagnosticsFrontend.h"
#include "swift/Basic/Platform.h"
#include "swift/Frontend/ArgsToFrontendInputsConverter.h"
#include "swift/Frontend/ArgsToFrontendOptionsConverter.h"
#include "swift/Frontend/Frontend.h"
#include "swift/Frontend/OutputFileMap.h"
#include "swift/Option/Options.h"