mirror of https://github.com/python/cpython
- Changed GestaltEqu.h to Gestalt.h
- Changed FragLoader.h to CodeFragments.h - Removed Desk.h
This commit is contained in:
parent
4a8c54e6d9
commit
c587301e2e
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue