needless includes directives (header files) removed.

This commit is contained in:
Roland Jax
2014-11-13 15:01:54 +01:00
parent b89a441f99
commit 5e07f0152d
4 changed files with 0 additions and 12 deletions
-4
View File
@@ -19,11 +19,7 @@
#include "tcpsocket.h"
#include <cstdlib>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <string.h>
-2
View File
@@ -20,8 +20,6 @@
#ifndef LIBUTILS_TCPSOCKET_H_
#define LIBUTILS_TCPSOCKET_H_
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <string>