aboutsummaryrefslogtreecommitdiff
path: root/src/include/xpm.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-04 22:58:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-04 22:58:39 +0000
commit062183d584e13ce9c1e0d0ec678e080ef06914ac (patch)
tree14926b1c990d2f75b81412c4b54f5b057131d0c6 /src/include/xpm.h
parentbc6f7792f8c5ef6dc6d87ca851c1e182c6a0e418 (diff)
downloadopen-axiom-062183d584e13ce9c1e0d0ec678e080ef06914ac.tar.gz
* include/xpm.h: Don't include <malloc.h>
* lib/XDither.c: Likewise. * lib/XShade.c: Likewise.
Diffstat (limited to 'src/include/xpm.h')
-rw-r--r--src/include/xpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/xpm.h b/src/include/xpm.h
index 33da4b8e..fd346b5d 100644
--- a/src/include/xpm.h
+++ b/src/include/xpm.h
@@ -61,7 +61,6 @@
#ifdef FOR_MSW
# define SYSV /* uses memcpy string.h etc. */
-# include <malloc.h>
# include "simx.h" /* defines some X stuff using MSW types */
#define NEED_STRCASECMP /* at least for MSVC++ */
#else /* FOR_MSW */