bpo-40268: Remove unused osdefs.h includes (GH-19532)

When the include is needed, add required symbol in a comment.
This commit is contained in:
Victor Stinner 2020-04-15 03:24:57 +02:00 committed by GitHub
parent d9ea5cae1d
commit 361dcdcefc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 18 additions and 20 deletions

View file

@ -4,7 +4,6 @@
#include "pycore_traceback.h"
#include "hashtable.h"
#include "frameobject.h"
#include "osdefs.h"
#include "clinic/_tracemalloc.c.h"
/*[clinic input]