mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Got rid of unused includes.
This commit is contained in:
parent
9a66b6d470
commit
d844a5f428
1 changed files with 2 additions and 22 deletions
|
@ -24,31 +24,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
//#include "macglue.h"
|
|
||||||
//#include "marshal.h"
|
|
||||||
//#include "import.h"
|
|
||||||
//#include "importdl.h"
|
|
||||||
#include "pymactoolbox.h"
|
#include "pymactoolbox.h"
|
||||||
|
|
||||||
//#include "pythonresources.h"
|
|
||||||
|
|
||||||
#ifdef WITHOUT_FRAMEWORKS
|
#ifdef WITHOUT_FRAMEWORKS
|
||||||
//#include <OSUtils.h> /* for Set(Current)A5 */
|
#include <Script.h>
|
||||||
//#include <Files.h>
|
#include <Resources.h>
|
||||||
//#include <StandardFile.h>
|
|
||||||
//#include <Resources.h>
|
|
||||||
//#include <Memory.h>
|
|
||||||
//#include <Windows.h>
|
|
||||||
//#include <Traps.h>
|
|
||||||
//#include <Processes.h>
|
|
||||||
//#include <Fonts.h>
|
|
||||||
//#include <Menus.h>
|
|
||||||
//#include <TextUtils.h>
|
|
||||||
//#include <LowMem.h>
|
|
||||||
//#include <Events.h>
|
|
||||||
#else
|
|
||||||
//#include <Carbon/Carbon.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue