[Python-checkins] r86597 - python/branches/pep-0384/PC/python3dll.c

martin.v.loewis python-checkins at python.org
Sat Nov 20 20:08:58 CET 2010


Author: martin.v.loewis
Date: Sat Nov 20 20:08:58 2010
New Revision: 86597

Log:
Drop unnecessary include.

Modified:
   python/branches/pep-0384/PC/python3dll.c

Modified: python/branches/pep-0384/PC/python3dll.c
==============================================================================
--- python/branches/pep-0384/PC/python3dll.c	(original)
+++ python/branches/pep-0384/PC/python3dll.c	Sat Nov 20 20:08:58 2010
@@ -1,4 +1,3 @@
-#include <Python.h>
 #include <windows.h>
 
 BOOL WINAPI


More information about the Python-checkins mailing list