diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-07 17:36:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-07 17:36:52 +0000 |
commit | b4ce11041f318870479c9833c9c77464a502ccf5 (patch) | |
tree | b40c38c263f312163b485961ff05cd0e8173cf82 /src/libutil/unix-std.h | |
parent | 21eb3452f1c02a9a3fc2b93147f8feff4257fe93 (diff) | |
download | rspamd-b4ce11041f318870479c9833c9c77464a502ccf5.tar.gz rspamd-b4ce11041f318870479c9833c9c77464a502ccf5.zip |
[Minor] Remove some old unused crap
Diffstat (limited to 'src/libutil/unix-std.h')
-rw-r--r-- | src/libutil/unix-std.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libutil/unix-std.h b/src/libutil/unix-std.h index 218a35ffa..0ce2442a2 100644 --- a/src/libutil/unix-std.h +++ b/src/libutil/unix-std.h @@ -47,11 +47,6 @@ #include <unistd.h> #endif -/* sysexits */ -#ifdef HAVE_SYSEXITS_H -#include <sysexits.h> -#endif - /* strings */ #ifdef HAVE_STRINGS_H #include <strings.h> |