aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-06-03 11:39:28 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-06-03 11:39:28 +0000
commit6a50720787ee055f4ac92add8e8012b1d5c89203 (patch)
treec383d524e461ea6120e4820a21685c547cb803a0
parent3d596302cdb3a845a9cf5b4ffb3ce6218fffe2b4 (diff)
Don't include <malloc.h> which isn't there under MacOS X and also doesn't seem
to be needed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@39 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--src/Panda/Chunk.C1
-rw-r--r--src/Panda/Template.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/Panda/Chunk.C b/src/Panda/Chunk.C
index 0c8241a..2dfa4d9 100644
--- a/src/Panda/Chunk.C
+++ b/src/Panda/Chunk.C
@@ -1,7 +1,6 @@
#include "definitions.h"
#include "Chunk.h"
#include "Array.h"
-#include <malloc.h>
Chunk::Chunk()
diff --git a/src/Panda/Template.h b/src/Panda/Template.h
index ff9483a..d830d52 100644
--- a/src/Panda/Template.h
+++ b/src/Panda/Template.h
@@ -1,8 +1,6 @@
#ifndef template_dot_h
#define template_dot_h
-#include<malloc.h>
-
class Template {
protected:
int rank_;