X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_socket.cc;h=a92a294e6a05668dfa9ad10d8f982f85680a588d;hb=6cac49dc50dae6b173135df101d532f20031ca70;hp=a0a7a1cf3f3d877ee92aa204c2ad3c23f162a754;hpb=3f2bec7b6ee2f27b2de056cdc0137744d2e9e253;p=dcpomatic.git diff --git a/src/lib/dcpomatic_socket.cc b/src/lib/dcpomatic_socket.cc index a0a7a1cf3..a92a294e6 100644 --- a/src/lib/dcpomatic_socket.cc +++ b/src/lib/dcpomatic_socket.cc @@ -22,14 +22,14 @@ #include "compose.hpp" #include "exceptions.h" #include "dcpomatic_assert.h" -#include +#include #include #include #include "i18n.h" -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; /** @param timeout Timeout in seconds */ Socket::Socket (int timeout)