[NFC] Move ImportKind to a new Import.h header

This commit is contained in:
Brent Royal-Gordon
2020-08-30 14:59:16 -07:00
parent b2fa269eb6
commit 5afe2f97e2
3 changed files with 41 additions and 15 deletions

View File

@@ -20,6 +20,7 @@
#include "swift/AST/Decl.h"
#include "swift/AST/DeclContext.h"
#include "swift/AST/Identifier.h"
#include "swift/AST/Import.h"
#include "swift/AST/LookupKinds.h"
#include "swift/AST/RawComment.h"
#include "swift/AST/Type.h"