diff options
author | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-30 10:46:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-30 10:46:42 -0700 |
commit | d6b89e7bf882648c23bd7fd4598696087487329d (patch) | |
tree | 73fa9be4b1e8f7305d70741edd49fe1467900750 /daemon.c | |
parent | 2f29dd521832540450610893319561a5a136b3fb (diff) | |
download | git-d6b89e7bf882648c23bd7fd4598696087487329d.tar.gz git-d6b89e7bf882648c23bd7fd4598696087487329d.tar.xz |
Don't need <alloca.h>
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ #include "cache.h" #include "pkt-line.h" -#include <alloca.h> #include <signal.h> #include <sys/wait.h> #include <sys/socket.h> |