diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 8944cf1b06..0c4ef422a2 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -40,11 +40,7 @@ #ifndef _REGEX_H_ #define _REGEX_H_ -#include - -/* #include */ -/* since not all systems have cdefs.h, we'll use our own here - jolly */ -#include "cdefs.h" +#include /* types */ typedef off_t regoff_t;