aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCSVParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPCSVParser.h')
-rw-r--r--Source/SPCSVParser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPCSVParser.h b/Source/SPCSVParser.h
index 63f7fef5..a230d69b 100644
--- a/Source/SPCSVParser.h
+++ b/Source/SPCSVParser.h
@@ -23,8 +23,6 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <Cocoa/Cocoa.h>
-
/*
* This class provides a string class intended for CSV parsing. Unlike SPSQLParser, this
* does not extend NSMutableString and instead provides only a subset of similar methods.
@@ -109,6 +107,7 @@
/* Initialisation and teardown */
#pragma mark -
+
- (id) init;
- (id) initWithString:(NSString *)aString;
- (id) initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error;