diff --git a/src/SL3Connection.h b/src/SL3Connection.h index 328499a..556ca9d 100644 --- a/src/SL3Connection.h +++ b/src/SL3Connection.h @@ -25,7 +25,6 @@ #include #import "SL3PreparedStatement.h" -#import "SL3PreparedStatement+Private.h" OF_ASSUME_NONNULL_BEGIN diff --git a/src/SL3Connection.m b/src/SL3Connection.m index 732eb3b..ab07300 100644 --- a/src/SL3Connection.m +++ b/src/SL3Connection.m @@ -22,6 +22,7 @@ #import "SL3Connection.h" #import "SL3PreparedStatement.h" +#import "SL3PreparedStatement+Private.h" #import "SL3ExecuteStatementFailedException.h" #import "SL3OpenFailedException.h"