/*
* ITFoundation
- * iThink Software's custom extensions to Apple's Foundation framework
+ * ITFoundation.h
*
- * Original Author : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * iThink Software's custom extensions to Apple's Foundation framework.
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2008 iThink Software
*
*/
+#import <Foundation/Foundation.h>
-#import <Cocoa/Cocoa.h>
+#import <ITFoundation/ITByteStream.h>
+#import <ITFoundation/ITCarbonSupport.h>
+#import <ITFoundation/ITDebug.h>
+#import <ITFoundation/ITSharedController.h>
+#import <ITFoundation/ITSQLite3Database.h>
+#import <ITFoundation/ITThreadChild.h>
+#import <ITFoundation/ITUUID.h>
-#import <ITFoundation/ITVirtualMemoryInfo.h>
-#import <ITFoundation/ITStringScanner.h>
-#import <ITFoundation/ITAppleEventCenter.h>
-#import <ITFoundation/ITInetServerSocket.h>
-#import <ITFoundation/ITInetSocket.h>
\ No newline at end of file
+#import <ITFoundation/ITCategory-NSBundle.h>
+#import <ITFoundation/ITCategory-NSData.h>
+#import <ITFoundation/ITCategory-NSObject.h>
+#import <ITFoundation/ITCategory-NSProxy.h>
+#import <ITFoundation/ITCategory-NSString.h>