diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit.h b/Frameworks/PostgresKit/Source/PostgresKit.h index 40c86169..4189fffe 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit.h +++ b/Frameworks/PostgresKit/Source/PostgresKit.h @@ -18,11 +18,11 @@ // License for the specific language governing permissions and limitations under // the License. -#import "FLXPostgresError.h" -#import "FLXPostgresResult.h" -#import "FLXPostgresStatement.h" -#import "FLXPostgresException.h" -#import "FLXPostgresConnection.h" -#import "FLXPostgresConnectionUtils.h" -#import "FLXPostgresConnectionQueryExecution.h" -#import "FLXPostgresConnectionQueryPreparation.h" +#import "PGPostgresError.h" +#import "PGPostgresResult.h" +#import "PGPostgresStatement.h" +#import "PGPostgresException.h" +#import "PGPostgresConnection.h" +#import "PGPostgresConnectionUtils.h" +#import "PGPostgresConnectionQueryExecution.h" +#import "PGPostgresConnectionQueryPreparation.h" |