summaryrefslogtreecommitdiffstats
path: root/Modules/threadmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-10 20:56:29 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-10 20:56:29 (GMT)
commita597dde3f1959127c33296a77f76331b59449c01 (patch)
tree1b41173d59525e5c16ea772aaa60dc0c123dc409 /Modules/threadmodule.c
parent6c1874fc2bd0e0d2e30de78fe1f1fe8bcf8a20be (diff)
downloadcpython-a597dde3f1959127c33296a77f76331b59449c01.zip
cpython-a597dde3f1959127c33296a77f76331b59449c01.tar.gz
cpython-a597dde3f1959127c33296a77f76331b59449c01.tar.bz2
cosmetic changes so these modules will work with the strict new naming scheme
Diffstat (limited to 'Modules/threadmodule.c')
-rw-r--r--Modules/threadmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index f2b8d2f..9cb4cba 100644
--- a/Modules/threadmodule.c
+++ b/Modules/threadmodule.c
@@ -26,8 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Interface to Sjoerd's portable C thread library */
#include "allobjects.h"
-#include "modsupport.h"
-#include "ceval.h"
#ifndef WITH_THREAD
Error! The rest of Python is not compiled with thread support.