Made it so .h files are automatically included in AppKit (avoiding needing to manually include Platform.h, etc.).

Also changed a bunch of <AppKit/*> imports to "*" imports.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-11-01 11:10:01 -07:00
parent 64aeea0f08
commit 52f7844aee
91 changed files with 107 additions and 190 deletions
-4
View File
@@ -1,7 +1,3 @@
#include "../CoreGraphics/CGGeometry.h"
#include "../Platform/Platform.h"
@import "CPPanel.j"
@import "_CPMenuWindow.j"