C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / nanomsg.cc
index 61e6c08ce9e66fa738300b9a417267356f71a8b6..8061e2f8462c2b101f01e9ea71e48ca5724c71a1 100644 (file)
 */
 
 
-#include "nanomsg.h"
 #include "dcpomatic_log.h"
 #include "exceptions.h"
+#include "nanomsg.h"
 #include <nanomsg/nn.h>
 #include <nanomsg/pair.h>
-#include <stdexcept>
 #include <cerrno>
+#include <stdexcept>
 
 
-using std::string;
 using std::runtime_error;
+using std::string;
 using boost::optional;