diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-30 05:13:45 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-30 05:13:45 +0100 |
commit | 35c8edcf73056e20b0c055acb2f286cc37093ce3 (patch) | |
tree | 32e76a5ce259b2bfd1ecb6946f59e70d72ab4c95 /src/common.h | |
parent | 7c664ad0b2280cfb5ee1ba923f362fceee4c89ca (diff) |
speed up build by only including regex.h where needed
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 47a1ed1..563ee6f 100644 --- a/src/common.h +++ b/src/common.h @@ -68,7 +68,6 @@ # include <arpa/inet.h> # include <grp.h> # include <pwd.h> -# include <regex.h> /* rest - some oddball headers */ #ifdef HAVE_VALUES_H |