summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-08 15:28:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-08 15:28:03 (GMT)
commitd844a5f428b233a2d59637729bbd0082cb63d27a (patch)
tree2bceb51dbac02cef7f4ba2fa47271d75255ff3eb /Python
parent9a66b6d470c448fd3d0dd1a00232887bae8cf088 (diff)
downloadcpython-d844a5f428b233a2d59637729bbd0082cb63d27a.zip
cpython-d844a5f428b233a2d59637729bbd0082cb63d27a.tar.gz
cpython-d844a5f428b233a2d59637729bbd0082cb63d27a.tar.bz2
Got rid of unused includes.
Diffstat (limited to 'Python')
-rw-r--r--Python/mactoolboxglue.c24
1 files changed, 2 insertions, 22 deletions
diff --git a/Python/mactoolboxglue.c b/Python/mactoolboxglue.c
index 2d7c461..5863259 100644
--- a/Python/mactoolboxglue.c
+++ b/Python/mactoolboxglue.c
@@ -24,31 +24,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
-
-//#include "macglue.h"
-//#include "marshal.h"
-//#include "import.h"
-//#include "importdl.h"
#include "pymactoolbox.h"
-//#include "pythonresources.h"
-
#ifdef WITHOUT_FRAMEWORKS
-//#include <OSUtils.h> /* for Set(Current)A5 */
-//#include <Files.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>
+#include <Script.h>
+#include <Resources.h>
#endif
/*