summaryrefslogtreecommitdiffstats
path: root/Modules/fcntlmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r--Modules/fcntlmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index 906993a..e7c91b1 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -32,7 +32,6 @@ PERFORMANCE OF THIS SOFTWARE.
/* fcntl module */
#include "Python.h"
-/*#include "modsupport.h"*/
#ifdef HAVE_UNISTD_H
#include <unistd.h>