From 361dcdcefc80f5729ed18ac0ef73327794fbf400 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 15 Apr 2020 03:24:57 +0200 Subject: bpo-40268: Remove unused osdefs.h includes (GH-19532) When the include is needed, add required symbol in a comment. --- Python/import.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/import.c') diff --git a/Python/import.c b/Python/import.c index a2aa4afa18..a8743458dd 100644 --- a/Python/import.c +++ b/Python/import.c @@ -16,7 +16,6 @@ #include "marshal.h" #include "code.h" #include "frameobject.h" -#include "osdefs.h" #include "importdl.h" #include "pydtrace.h" -- cgit v1.2.1