[Python-checkins] r58035 - python/trunk/Modules/_ctypes/cfield.c

thomas.heller python-checkins at python.org
Fri Sep 7 11:30:41 CEST 2007


Author: thomas.heller
Date: Fri Sep  7 11:30:40 2007
New Revision: 58035

Modified:
   python/trunk/Modules/_ctypes/cfield.c
Log:
Remove unneeded #include.

Modified: python/trunk/Modules/_ctypes/cfield.c
==============================================================================
--- python/trunk/Modules/_ctypes/cfield.c	(original)
+++ python/trunk/Modules/_ctypes/cfield.c	Fri Sep  7 11:30:40 2007
@@ -5,7 +5,6 @@
 #include "Python.h"
 
 #include <ffi.h>
-#include <fficonfig.h>
 #ifdef MS_WIN32
 #include <windows.h>
 #endif


More information about the Python-checkins mailing list