Problem: unused include directives

Solution: remove and add where needed
This commit is contained in:
Simon Giesecke
2019-03-23 08:04:57 -04:00
parent d0c4402daf
commit 1450830611
53 changed files with 166 additions and 33 deletions

View File

@@ -30,6 +30,14 @@
#include "testutil.hpp"
#include "testutil_unity.hpp"
#include <string.h>
#ifndef _WIN32
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#endif
void setUp ()
{
setup_test_context ();