summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-27 21:21:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-27 21:21:50 +0100
commiteb6421b56cc1a40c712213d4a91c36186b932573 (patch)
treea8ed13327ece82bc9fbd309ef30dca74abd8668e /src/lib
parent4ed8008130d018a7adc8cc4adf059320bff05abb (diff)
A couple of unnecessary includes.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 1bd8f4318..c15433953 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -29,8 +29,6 @@
#ifdef DVDOMATIC_POSIX
#include <execinfo.h>
#include <cxxabi.h>
-#include <sys/types.h>
-#include <sys/socket.h>
#endif
#include <libssh/libssh.h>
#include <signal.h>