Skip to content

Commit

Permalink
Remove duplicate includes
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Papadopoulos <3350651+DimitriPapadopoulos@users.noreply.gitlab.com>
  • Loading branch information
Dimitri Papadopoulos authored and DimitriPapadopoulos committed Jun 28, 2021
1 parent 7bada7c commit 256e57d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dtls.c
Expand Up @@ -22,7 +22,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down
1 change: 0 additions & 1 deletion gnutls-dtls.c
Expand Up @@ -23,7 +23,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down
1 change: 0 additions & 1 deletion openssl-dtls.c
Expand Up @@ -22,7 +22,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down

0 comments on commit 256e57d

Please sign in to comment.