Rest of src/lib/*.h tidying.
[dcpomatic.git] / src / lib / signal_manager.h
index ae4306e3077ad51ed34f50b65da0bf8edcf461e1..b8d892c41dc264e527d094e6336c9ebd8697125b 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef DCPOMATIC_SIGNAL_MANAGER_H
 #define DCPOMATIC_SIGNAL_MANAGER_H
 
-#include <boost/bind.hpp>
 #include <boost/asio.hpp>
 #include <boost/thread.hpp>
 
@@ -76,7 +75,7 @@ private:
        }
 
        friend class Signaller;
-       
+
        /** A io_service which is used as the conduit for messages */
        boost::asio::io_service _service;
        /** Object required to keep io_service from stopping when it has nothing to do */