diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-31 22:46:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-07 22:40:03 +0100 |
| commit | 8e9b90530a743e2e981e35859bfe5fb42f465e6b (patch) | |
| tree | 62cd1e0bde1c5dce71d81ff1b3862c1012caf6b1 /src | |
| parent | b5b43edd57380a8dea82188cfb4bdd977623c934 (diff) | |
Cleanup: using ordering.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/verify.cc b/src/verify.cc index 2cfd283e..9068e9cc 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -82,17 +82,17 @@ #include <vector> -using std::list; -using std::vector; -using std::string; using std::cout; +using std::dynamic_pointer_cast; +using std::list; +using std::make_shared; using std::map; using std::max; using std::shared_ptr; -using std::make_shared; +using std::string; +using std::vector; using boost::optional; using boost::function; -using std::dynamic_pointer_cast; using namespace dcp; |
