summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/parse.y
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-04 02:44:43 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-04 02:44:43 +0000
commit5a88d67e9c477588bd33cfd2c9ea8779c789ca2d (patch)
treef076b5d1c26c4c8f848b944994b6a21da924af56 /usr.sbin/httpd/parse.y
parent39c0875a311e18e682ebe236771ff2e97ae52527 (diff)
stop viral header propagation. none of this code uses sys/hash.h
from Max Fillinger
Diffstat (limited to 'usr.sbin/httpd/parse.y')
-rw-r--r--usr.sbin/httpd/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/parse.y b/usr.sbin/httpd/parse.y
index 6aa156ecdb8..f02334f1392 100644
--- a/usr.sbin/httpd/parse.y
+++ b/usr.sbin/httpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.42 2014/11/20 05:51:20 jsg Exp $ */
+/* $OpenBSD: parse.y,v 1.43 2014/12/04 02:44:42 tedu Exp $ */
/*
* Copyright (c) 2007 - 2014 Reyk Floeter <reyk@openbsd.org>
@@ -30,7 +30,6 @@
#include <sys/stat.h>
#include <sys/queue.h>
#include <sys/ioctl.h>
-#include <sys/hash.h>
#include <net/if.h>
#include <net/pfvar.h>