diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/thread.c b/Python/thread.c index 2d80b09..c6f8c51 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -28,9 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. which is included by this file dependent on config settings. Stuff shared by all thread_*.h files is collected here. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <stdio.h> |