diff options
Diffstat (limited to 'Source/SPConnectionDelegate.h')
-rw-r--r-- | Source/SPConnectionDelegate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/SPConnectionDelegate.h b/Source/SPConnectionDelegate.h index f06bbc08..923f5a97 100644 --- a/Source/SPConnectionDelegate.h +++ b/Source/SPConnectionDelegate.h @@ -25,11 +25,7 @@ #import "SPDatabaseDocument.h" -#ifndef SP_REFACTOR -#import "SPMySQLConnectionDelegate.h" -#else -#import <SPMySQL/SPMySQL.h> -#endif +#import <SPMySQL/SPMySQLConnectionDelegate.h> @interface SPDatabaseDocument (SPConnectionDelegate) <SPMySQLConnectionDelegate> |