diff options
author | Thomas Heller <theller@ctypes.org> | 2007-09-07 09:30:40 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-09-07 09:30:40 (GMT) |
commit | 49c7c71d9f2cd3576581088006400f7ca1ff73b2 (patch) | |
tree | 1af00163ab3eaee014ec5cacc6d0be229e882c39 /Modules | |
parent | 2825b2ea444e3ce03cac7fc562fe6b7166972459 (diff) | |
download | cpython-49c7c71d9f2cd3576581088006400f7ca1ff73b2.zip cpython-49c7c71d9f2cd3576581088006400f7ca1ff73b2.tar.gz cpython-49c7c71d9f2cd3576581088006400f7ca1ff73b2.tar.bz2 |
Remove unneeded #include.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_ctypes/cfield.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_ctypes/cfield.c b/Modules/_ctypes/cfield.c index 872a6ee..2f2616f 100644 --- a/Modules/_ctypes/cfield.c +++ b/Modules/_ctypes/cfield.c @@ -5,7 +5,6 @@ #include "Python.h" #include <ffi.h> -#include <fficonfig.h> #ifdef MS_WIN32 #include <windows.h> #endif |