summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-20 14:08:14 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-20 14:08:14 +0530
commit23464e88adc0ff42b3d98e3b14faedc94046714b (patch)
tree0b288a29f1759549f10bc14429e718d9b0528dab /src
parent73409c9fe14646d26893c7b6173cb973fb819372 (diff)
downloadtinyproxy-23464e88adc0ff42b3d98e3b14faedc94046714b.tar.gz
tinyproxy-23464e88adc0ff42b3d98e3b14faedc94046714b.zip
Remove unnecessary vfork.h include
Diffstat (limited to '')
-rw-r--r--src/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index cf72071..89a054f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -152,9 +152,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
-#ifdef HAVE_VFORK_H
-# include <vfork.h>
-#endif
#ifdef HAVE_WCHAR_H
# include <wchar.h>
#endif