Fix a bunch of missing @imports.

All classes (excluding the ones prefixed with underscores) in Foundation
and AppKit can now be loaded individually except CPOpenPanel and
CPSavePanel. These two classes have some sort of dependency cycle
that seems impossible to resolve without forward declarations (which
we don't have).
This commit is contained in:
Paul Baumgart
2010-10-05 15:54:25 -07:00
parent 56a0184258
commit 01852d8075
41 changed files with 87 additions and 13 deletions
+2
View File
@@ -23,6 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
@import <Foundation/CPIndexSet.j>
@import <AppKit/CPObjectController.j>
@import <AppKit/CPKeyValueBinding.j>