aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/regex_internal.h')
-rw-r--r--support/regex_internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/support/regex_internal.h b/support/regex_internal.h
index 01465e76..9f4ff070 100644
--- a/support/regex_internal.h
+++ b/support/regex_internal.h
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
@@ -44,9 +44,6 @@
#if defined HAVE_STDINT_H || defined _LIBC
# include <stdint.h>
#endif /* HAVE_STDINT_H || _LIBC */
-
-#include "intprops.h"
-
#if defined _LIBC
# include <libc-lock.h>
#else