Cleaning up a bit, and testing SyncMail. PLEASE DO NOT CHANGE THE ITKIT TARGET SETTI...
[ITKit.git] / ITTableView.h
index 5661c74..c0b2439 100755 (executable)
@@ -13,8 +13,9 @@
  *
  */
 
-#import <AppKit/AppKit.h>
-#import "ITTableCornerView.h"
+#import <Cocoa/Cocoa.h>
+
+@class ITTableCornerView;
 
 @interface ITTableView : NSTableView {
     ITTableCornerView *corner;