We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989ea5b commit 6829b66Copy full SHA for 6829b66
lib/IRGen/NecessaryBindings.h
@@ -25,8 +25,6 @@
25
#include "llvm/ADT/SetVector.h"
26
#include "swift/AST/Types.h"
27
28
-#include "Explosion.h"
29
-
30
namespace swift {
31
class CanType;
32
enum class MetadataState : size_t;
@@ -36,6 +34,7 @@ namespace swift {
36
34
37
35
namespace irgen {
38
class Address;
+ class Explosion;
39
class IRGenFunction;
40
class IRGenModule;
41
class Size;
0 commit comments