diff options
Diffstat (limited to 'Modules/unicodedata.c')
| -rw-r--r-- | Modules/unicodedata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index d5a1d17..06e5f04 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -12,7 +12,6 @@ ------------------------------------------------------------------------ */ #include "Python.h" -#include "unicodedatabase.h" typedef struct { const unsigned char category; /* index into |
