diff options
Diffstat (limited to 'Source/SPSQLExporter.h')
-rw-r--r-- | Source/SPSQLExporter.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h index 847a882a..3b5f3be3 100644 --- a/Source/SPSQLExporter.h +++ b/Source/SPSQLExporter.h @@ -25,16 +25,11 @@ #import <Cocoa/Cocoa.h> -#import "MCPKit.h" #import "SPExporter.h" -#import "SPExporterAccess.h" -@interface SPSQLExporter : SPExporter <SPExporterAccess> +@interface SPSQLExporter : SPExporter { - + } -- (BOOL)startExportProcess; -- (BOOL)stopExportProcess; - @end |