aboutsummaryrefslogtreecommitdiff
path: root/httpd/patterns.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/patterns.h')
-rw-r--r--httpd/patterns.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/httpd/patterns.h b/httpd/patterns.h
index 74790b5..6dccd7b 100644
--- a/httpd/patterns.h
+++ b/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 */