aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-09 00:43:58 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-09 00:43:58 +0000
commitd57e98e47c5f178a36b84b08bdead8b623322b01 (patch)
tree8d7d4fa7b7e311f5277b9f362a58e5c524f6f54b /Frameworks/PostgresKit/Source/FLXPostgresConnection.m
parent42d3594b31392b25ccb4907a10c600372b7cde4f (diff)
downloadsequelpro-d57e98e47c5f178a36b84b08bdead8b623322b01.tar.gz
sequelpro-d57e98e47c5f178a36b84b08bdead8b623322b01.tar.bz2
sequelpro-d57e98e47c5f178a36b84b08bdead8b623322b01.zip
Rename private API header.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresConnection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
index d5d06c0f..b3a3918b 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
@@ -23,7 +23,7 @@
#import "FLXPostgresConnection.h"
#import "FLXPostgresConnectionParameters.h"
#import "FLXPostgresConnectionTypeHandling.h"
-#import "FLXPostgresConnectionPrivateAPI.h"
+#import "FLXPostgresKitPrivateAPI.h"
#import "FLXPostgresTypeHandlerProtocol.h"
#import "FLXPostgresTypeNumberHandler.h"
#import "FLXPostgresTypeStringHandler.h"