summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-09-10 11:44:29 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-12 04:53:51 -0400
commit09fa56540aca53c32b6f008a3af2d61c70e1b47d (patch)
tree09ccda6d5edb2d4dd345f255c5cc1d173acd98a9
parenta06629b457f02256ffa73a42a24df6499433a42d (diff)
downloadhaskell-09fa56540aca53c32b6f008a3af2d61c70e1b47d.tar.gz
Remove unused `#include`s from parser/cutils.c
Looks like these have been unused since 7c665f9ce0980ee7c81a44c8f861686395637453.
-rw-r--r--compiler/parser/cutils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/parser/cutils.c b/compiler/parser/cutils.c
index eca3e3d25c..a1461763c0 100644
--- a/compiler/parser/cutils.c
+++ b/compiler/parser/cutils.c
@@ -7,12 +7,6 @@ places in the GHC library.
#include "HsFFI.h"
-#include <string.h>
-
-#if defined(HAVE_UNISTD_H)
-#include <unistd.h>
-#endif
-
void
enableTimingStats( void ) /* called from the driver */
{