summaryrefslogtreecommitdiffstats
path: root/Modules/_hotshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_hotshot.c')
-rw-r--r--Modules/_hotshot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_hotshot.c b/Modules/_hotshot.c
index 03eafb1..ebaf37c 100644
--- a/Modules/_hotshot.c
+++ b/Modules/_hotshot.c
@@ -8,10 +8,6 @@
#include "frameobject.h"
#include "structmember.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
/*
* Which timer to use should be made more configurable, but that should not
* be difficult. This will do for now.