diff options
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 0e2d1d9b..536551c7 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -25,8 +25,6 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <MCPKit/MCPKit.h> - #import "TableContent.h" #import "TableDocument.h" #import "TableSource.h" @@ -52,6 +50,7 @@ #import "SPDataStorage.h" #import "SPAlertSheets.h" #import "SPMainThreadTrampoline.h" +#import "SPHistoryController.h" @implementation TableContent |