diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-04 09:56:25 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-04 09:56:25 +0000 |
commit | f834f466cb51061f40199cf63d8e1cf47b1b1794 (patch) | |
tree | 20ec714c13af551807d8555574d76e3616b769bb | |
parent | b414bddc98508b09d37ece8f4394194f3a0234b8 (diff) | |
download | sequelpro-f834f466cb51061f40199cf63d8e1cf47b1b1794.tar.gz sequelpro-f834f466cb51061f40199cf63d8e1cf47b1b1794.tar.bz2 sequelpro-f834f466cb51061f40199cf63d8e1cf47b1b1794.zip |
Remove unnecessary import.
-rw-r--r-- | Source/SPAppController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index b96b1d75..20961ac5 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -23,7 +23,6 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <Cocoa/Cocoa.h> #ifndef SP_REFACTOR #import <FeedbackReporter/FRFeedbackReporter.h> #endif |