aboutsummaryrefslogtreecommitdiff
path: root/src/dlmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlmalloc.c')
-rw-r--r--src/dlmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlmalloc.c b/src/dlmalloc.c
index 672ca48d..aa37dc0d 100644
--- a/src/dlmalloc.c
+++ b/src/dlmalloc.c
@@ -2,7 +2,7 @@
#define __THROW
#define __attribute_malloc__
#define __wur
-#include "emscripten.h"
+
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by