]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unneeded #include.
authorThomas Heller <theller@ctypes.org>
Fri, 7 Sep 2007 09:30:40 +0000 (09:30 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 7 Sep 2007 09:30:40 +0000 (09:30 +0000)
Modules/_ctypes/cfield.c

index 872a6eee0eb0eebb05380abfe1a46e0be7532f5d..2f2616f9f0f68f3844217f8b057f5fee3ec78806 100644 (file)
@@ -5,7 +5,6 @@
 #include "Python.h"
 
 #include <ffi.h>
-#include <fficonfig.h>
 #ifdef MS_WIN32
 #include <windows.h>
 #endif