git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing Alex's crazy tab hijinks.
[ITFoundation.git]
/
ITFoundation.h
diff --git
a/ITFoundation.h
b/ITFoundation.h
old mode 100755
(executable)
new mode 100644
(file)
index
6b8fced
..
f5f7529
--- a/
ITFoundation.h
+++ b/
ITFoundation.h
@@
-1,28
+1,23
@@
/*
* ITFoundation
/*
* 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) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
*
*/
+#import <Foundation/Foundation.h>
-#import <Cocoa/Cocoa.h>
-
-#import <ITFoundation/ITOSAScript.h>
-#import <ITFoundation/ITOSAComponent.h>
-#import <ITFoundation/ITAppleEventCenter.h>
+#import <ITFoundation/ITByteStream.h>
+#import <ITFoundation/ITCarbonSupport.h>
#import <ITFoundation/ITDebug.h>
#import <ITFoundation/ITDebug.h>
-#import <ITFoundation/ITLoginItem.h>
+#import <ITFoundation/ITCategory-NSObject.h>
+#import <ITFoundation/ITCategory-NSProxy.h>
#import <ITFoundation/ITCategory-NSArray.h>
#import <ITFoundation/ITCategory-NSArray.h>
-
-#import <ITFoundation/ITCarbonSupport.h>
-#import <ITFoundation/ITAppleEventTools.h>
-
-#import <ITFoundation/ITXMLParser.h>
\ No newline at end of file
+#import <ITFoundation/ITCategory-NSBundle.h>
\ No newline at end of file