summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2015-01-21 22:23:25 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2015-01-21 22:23:25 +0000
commit2daec4b756111984a514f2b9c279c7096888bc28 (patch)
treee5b35ac6118a4f1d81d441b5ae81cccf13b81ef2 /usr.sbin/httpd/httpd.h
parent27588a25a78d208ecc28463b0d087f9246ac41cb (diff)
Ooops, no need to include sys/cdefs.h.
Pointed out by florian@
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r--usr.sbin/httpd/httpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h
index 511f0a843b6..e1fc20ef9d1 100644
--- a/usr.sbin/httpd/httpd.h
+++ b/usr.sbin/httpd/httpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.h,v 1.72 2015/01/21 22:21:05 reyk Exp $ */
+/* $OpenBSD: httpd.h,v 1.73 2015/01/21 22:23:24 reyk Exp $ */
/*
* Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -26,7 +26,6 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <sys/time.h>
-#include <sys/cdefs.h>
#include <net/if.h>