summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
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
/*