diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-03 00:04:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-03 23:25:19 +0200 |
| commit | d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch) | |
| tree | ab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/nanomsg.cc | |
| parent | 8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff) | |
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/nanomsg.cc')
| -rw-r--r-- | src/lib/nanomsg.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/nanomsg.cc b/src/lib/nanomsg.cc index 61e6c08ce..8061e2f84 100644 --- a/src/lib/nanomsg.cc +++ b/src/lib/nanomsg.cc @@ -19,17 +19,17 @@ */ -#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; |
