diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-26 07:23:08 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-26 07:23:08 +0000 |
commit | 88263061eb326e58fe882bc91d09f52d3d49628d (patch) | |
tree | f16453cd3bc0afc429b7592a46a84196e775933d /Frameworks/PostgresKit/Source/PostgresKit.h | |
parent | 9e0da1ad71ea178867a8d3419f80a46b42c32d4c (diff) | |
download | sequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.tar.gz sequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.tar.bz2 sequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.zip |
Change project prefix.
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" |