Skip to content

Commit

Permalink
Remove include of unused system specific errno.h header
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Vostrikov <[email protected]>
  • Loading branch information
avostrik committed Jul 11, 2024
1 parent f6f564c commit e4fdb9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/posix/posix_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "core/nng_impl.h"
#include "nng/nng.h"
#include "platform/posix/posix_impl.h"
#include <sys/errno.h>

#ifdef NNG_PLATFORM_POSIX
#include "platform/posix/posix_pollq.h"
Expand Down

0 comments on commit e4fdb9b

Please sign in to comment.