- Changed GestaltEqu.h to Gestalt.h

- Changed FragLoader.h to CodeFragments.h
- Removed Desk.h
This commit is contained in:
Jack Jansen 1997-02-24 13:59:38 +00:00
parent 4a8c54e6d9
commit c587301e2e
4 changed files with 1 additions and 4 deletions

View File

@ -39,7 +39,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Errors.h>
#include <AppleEvents.h>
#include <AEObjects.h>
#include <Desk.h>
#include <Fonts.h>
#include <TextEdit.h>
#include <Menus.h>

View File

@ -50,7 +50,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Resources.h>
#include <Memory.h>
#include <Windows.h>
#include <Desk.h>
#include <Traps.h>
#include <Processes.h>
#include <Fonts.h>

View File

@ -35,7 +35,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <Events.h>
#include <Windows.h>
#include <Desk.h>
#include <Fonts.h>
#ifdef __MWERKS__

View File

@ -45,7 +45,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <Quickdraw.h>
#include <SegLoad.h>
#include <FragLoad.h>
#include <CodeFragments.h>
#include <Files.h>
#include <Resources.h>