diff options
author | Max <dmoagx@users.noreply.github.com> | 2017-12-28 04:00:16 +0100 |
---|---|---|
committer | Max <dmoagx@users.noreply.github.com> | 2018-01-20 02:42:36 +0100 |
commit | 8b221eea83db0d56afeaad52a0b5cdd9a20816ae (patch) | |
tree | c66e2e097bde7cb9c6efb415c7e82d6a16a74e10 /Source/SPIndexesController.m | |
parent | 69cc436627f16434b8c72bd6b115cd39769ff38f (diff) | |
download | sequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.tar.gz sequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.tar.bz2 sequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.zip |
merge SPTableStructure (part of #2789)
Diffstat (limited to 'Source/SPIndexesController.m')
-rw-r--r-- | Source/SPIndexesController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 661b1b7f..c5b5d14c 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -37,7 +37,6 @@ #import "SPTablesList.h" #import "SPTableView.h" #import "SPTableStructure.h" -#import "SPTableStructureLoading.h" #import "SPThreadAdditions.h" #import "SPFunctions.h" |