summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-09-30 17:46:42 (GMT)
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-09-30 17:46:42 (GMT)
commitd6b89e7bf882648c23bd7fd4598696087487329d (patch)
tree73fa9be4b1e8f7305d70741edd49fe1467900750 /daemon.c
parent2f29dd521832540450610893319561a5a136b3fb (diff)
downloadgit-d6b89e7bf882648c23bd7fd4598696087487329d.zip
git-d6b89e7bf882648c23bd7fd4598696087487329d.tar.gz
git-d6b89e7bf882648c23bd7fd4598696087487329d.tar.bz2
Don't need <alloca.h>
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 8366a33..b6006c7 100644
--- a/daemon.c
+++ b/daemon.c
@@ -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>