Fix import of +Private.h file in .h file
FossilOrigin-Name: 8dda2fcc3237309671afa3be8db69901a6db139815800ee93a09a52d83258124
This commit is contained in:
parent
d9d18ade00
commit
cc5c848fb6
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
#import "SL3PreparedStatement.h"
|
#import "SL3PreparedStatement.h"
|
||||||
#import "SL3PreparedStatement+Private.h"
|
|
||||||
|
|
||||||
OF_ASSUME_NONNULL_BEGIN
|
OF_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#import "SL3Connection.h"
|
#import "SL3Connection.h"
|
||||||
#import "SL3PreparedStatement.h"
|
#import "SL3PreparedStatement.h"
|
||||||
|
#import "SL3PreparedStatement+Private.h"
|
||||||
|
|
||||||
#import "SL3ExecuteStatementFailedException.h"
|
#import "SL3ExecuteStatementFailedException.h"
|
||||||
#import "SL3OpenFailedException.h"
|
#import "SL3OpenFailedException.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue