summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-13 08:33:36 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-13 08:33:36 +0000
commitce53ad402e6a0bccfae3d761c7a9139bad6d80ae (patch)
tree6664de540e9b72bf182c6a0554ddb592846c2cb9
parentac374ba98804626480543423451adb7819455790 (diff)
Removing #include <malloc.h>
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1656 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/comm/Interp.c1
-rw-r--r--src/comm/Reduction.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/comm/Interp.c b/src/comm/Interp.c
index f88f192f..2a3a7021 100644
--- a/src/comm/Interp.c
+++ b/src/comm/Interp.c
@@ -18,7 +18,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
#include <stdarg.h>
#include "cctk_Types.h"
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index d28049d7..f5ee66fd 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
#include <stdarg.h>
#include "cctk_Flesh.h"