diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Sequel-Pro.pch (renamed from Source/sequel-pro_Prefix.pch) | 2 | ||||
-rw-r--r-- | Source/main.m | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Source/sequel-pro_Prefix.pch b/Source/Sequel-Pro.pch index 6801cbd0..07fdf502 100644 --- a/Source/sequel-pro_Prefix.pch +++ b/Source/Sequel-Pro.pch @@ -9,7 +9,7 @@ #ifdef DEBUG #define DLog(...) NSLog(__VA_ARGS__) #else - #define DLog(...) /* */ + #define DLog(...) #endif #define ALog(...) NSLog(__VA_ARGS__) diff --git a/Source/main.m b/Source/main.m index 7314ba6d..abd404da 100644 --- a/Source/main.m +++ b/Source/main.m @@ -22,8 +22,6 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <Cocoa/Cocoa.h> - int main(int argc, char *argv[]) { return NSApplicationMain(argc, (const char **) argv); |