From 7cf1fcf347853a9efe9e0c21191ad66a650f3da7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 22:12:39 +0000 Subject: Always include config.h --- Python/thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 2d80b097e9..c6f8c51e75 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 -- cgit v1.2.1