diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m b/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m index deeefc1a..5d99fd8c 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.m @@ -22,7 +22,7 @@ #import "FLXPostgresConnectionQueryPreparation.h" #import "FLXPostgresConnectionTypeHandling.h" -#import "FLXPostgresConnectionPrivateAPI.h" +#import "FLXPostgresKitPrivateAPI.h" #import "FLXPostgresStatement.h" #import "FLXPostgresException.h" |