diff options
Diffstat (limited to 'Source/SPTableContentDataSource.m')
-rw-r--r-- | Source/SPTableContentDataSource.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTableContentDataSource.m b/Source/SPTableContentDataSource.m index a833add7..1ce9662f 100644 --- a/Source/SPTableContentDataSource.m +++ b/Source/SPTableContentDataSource.m @@ -2,9 +2,9 @@ // $Id$ // // SPTableContentDataSource.m -// Sequel Pro +// sequel-pro // -// Created by Stuart Connolly (stuconnolly.com) on March 20, 2012 +// Created by Stuart Connolly (stuconnolly.com) on March 20, 2012. // Copyright (c) 2012 Stuart Connolly. All rights reserved. // // Permission is hereby granted, free of charge, to any person @@ -35,8 +35,8 @@ #import "SPCopyTable.h" #import "SPTablesList.h" -#import <SPMySQL/SPMySQL.h> #import <pthread.h> +#import <SPMySQL/SPMySQL.h> @implementation SPTableContent (SPTableContentDataSource) |