summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-12-12 19:59:44 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-12-12 19:59:44 +0000
commit3e352dbd304a287e139549b2b95547719a070d8c (patch)
tree9295159120c95d9186f4af9f556315e64573ce5b /usr.sbin
parent80c4ae0f36a565185b57a57970e68cb37eb3202d (diff)
Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent
commit doing the same.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/patterns.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/patterns.h b/usr.sbin/httpd/patterns.h
index 74790b542c2..6dccd7ba8db 100644
--- a/usr.sbin/httpd/patterns.h
+++ b/usr.sbin/httpd/patterns.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: patterns.h,v 1.2 2015/06/26 17:26:29 semarie Exp $ */
+/* $OpenBSD: patterns.h,v 1.3 2015/12/12 19:59:43 mmcc Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -20,7 +20,6 @@
#define PATTERNS_H
#include <sys/types.h>
-#include <sys/cdefs.h>
#define MAXCAPTURES 32 /* Max no. of allowed captures in pattern */
#define MAXCCALLS 200 /* Max recusion depth in pattern matching */