diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-04 09:41:57 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-04 09:41:57 +0000 |
commit | b414bddc98508b09d37ece8f4394194f3a0234b8 (patch) | |
tree | b023f775363e70a3b4f6c108bed25910948bb04a /Source/SPIndexesController.m | |
parent | 2a81ccd4c2047179d572019bb7c1158481c7810d (diff) | |
download | sequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.tar.gz sequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.tar.bz2 sequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.zip |
Move the table structure's loading logic into it's own category.
Diffstat (limited to 'Source/SPIndexesController.m')
-rw-r--r-- | Source/SPIndexesController.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 840ef33f..d7617d39 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -28,12 +28,14 @@ #import "SPServerSupport.h" #import "SPTableContent.h" #import "SPTableData.h" -#import <SPMySQL/SPMySQL.h> #import "SPDatabaseDocument.h" #import "SPTablesList.h" #import "SPTableView.h" #import "SPDatabaseViewController.h" #import "SPTableStructure.h" +#import "SPTableStructureLoading.h" + +#import <SPMySQL/SPMySQL.h> // Constants static const NSString *SPNewIndexIndexName = @"IndexName"; |