summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ctypes/cfield.c1
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