diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
commit | f756433e8b87d0739ea5865dd78e946db0614108 (patch) | |
tree | 9d0d51a059cb68406021fabbd8d1a83007decb67 /include/regex.h | |
parent | 06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff) | |
download | src-f756433e8b87d0739ea5865dd78e946db0614108.tar.gz src-f756433e8b87d0739ea5865dd78e946db0614108.zip |
Notes
Diffstat (limited to 'include/regex.h')
-rw-r--r-- | include/regex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/regex.h b/include/regex.h index efba01e510c0..1611d4b87921 100644 --- a/include/regex.h +++ b/include/regex.h @@ -41,7 +41,6 @@ #define _REGEX_H_ #include <sys/cdefs.h> -#include <sys/types.h> /* types */ typedef off_t regoff_t; |