diff options
Diffstat (limited to 'Source/SPTableCopy.m')
-rw-r--r-- | Source/SPTableCopy.m | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/SPTableCopy.m b/Source/SPTableCopy.m index f9bb159a..6a73bb20 100644 --- a/Source/SPTableCopy.m +++ b/Source/SPTableCopy.m @@ -22,17 +22,11 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <MCPKit/MCPConnection.h> -#import "SPAlertSheets.h" -#import "SPStringAdditions.h" +#import "SPDBActionCommons.h" #import "SPTableCopy.h" -#import "Sequel-Pro.pch" @implementation SPTableCopy -@synthesize connection; -@synthesize parent; - - (NSObject *)getTableWindow { return [NSApp mainWindow]; } |