]> granicus.if.org Git - python/commitdiff
Got rid of unused includes.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 15:28:03 +0000 (15:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 15:28:03 +0000 (15:28 +0000)
Python/mactoolboxglue.c

index 2d7c461b87df95e4fbdab5012810529416d20053..58632594191b19bb832efbe47bed32a20a584b4e 100644 (file)
@@ -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
 
 /*