diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:39 +0200 |
| commit | 474aeac068c193bc429d2c1f417290b2b8cd1810 (patch) | |
| tree | 74c74402bc25172739ec331d38338885fc1c6825 | |
| parent | 49e82c61e532c842ddaeb67d7c51fc5778e9345a (diff) | |
Cleanup: header ordering.
| -rw-r--r-- | tools/dcpverify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index 2c1b2159..1b9bab80 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -38,8 +38,8 @@ #include "verify.h" #include "version.h" #include <boost/bind.hpp> -#include <boost/optional.hpp> #include <boost/filesystem.hpp> +#include <boost/optional.hpp> #include <getopt.h> #include <iostream> #include <cstdlib> |
