Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded inclusion of <arpa/inet.h> from cstp.c and mainloop.c
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 5, 2011
1 parent 952dfe6 commit 1d8c751
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cstp.c
Expand Up @@ -29,7 +29,6 @@
#include <time.h>
#include <string.h>
#include <ctype.h>
#include <arpa/inet.h>

#include <openssl/ssl.h>
#include <openssl/err.h>
Expand Down
1 change: 0 additions & 1 deletion mainloop.c
Expand Up @@ -27,7 +27,6 @@
#include <limits.h>
#include <sys/select.h>
#include <signal.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>

Expand Down

0 comments on commit 1d8c751

Please sign in to comment.