diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch')
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch index 093e3126..ac7904dd 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch +++ b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch @@ -30,8 +30,8 @@ #import "libpqtypes.h" // Framework constants - #import "FLXConstants.h" + #import "PGConstants.h" // Global types - #import "FLXPostgresTypes.h" + #import "PGPostgresTypes.h" #endif |