about summary refs log tree commit diff
path: root/editor/specialty
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-11-30 23:57:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-11-30 23:57:05 +0000
commit4f9c6d7728fdc4ede9b07dbd72a51c7dec9df4d5 (patch)
treed93243ca8be42c9d5e8fa09cf7e07d9c7e5d2816 /editor/specialty
parent942300e9cf5e0fb8c8ca7021d3e6e8e59533c696 (diff)
downloadnetpbm-mirror-4f9c6d7728fdc4ede9b07dbd72a51c7dec9df4d5.tar.gz
netpbm-mirror-4f9c6d7728fdc4ede9b07dbd72a51c7dec9df4d5.tar.xz
netpbm-mirror-4f9c6d7728fdc4ede9b07dbd72a51c7dec9df4d5.zip
Don't use <alloca.h>. alloca() is declared by <stdlib.h>
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1603 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/specialty')
-rw-r--r--editor/specialty/pampaintspill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/specialty/pampaintspill.c b/editor/specialty/pampaintspill.c
index 449401ed..f9fe53c4 100644
--- a/editor/specialty/pampaintspill.c
+++ b/editor/specialty/pampaintspill.c
@@ -42,7 +42,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
-#include <alloca.h>
 #include <time.h>
 
 #include "mallocvar.h"