diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-16 22:17:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-16 22:21:04 +0200 |
| commit | 1eaf8c66eb46561a73223802dd934094d8768f06 (patch) | |
| tree | 21fff61d33eedbbbb0894a780ae8d81784dff784 /benchmark/j2k_transcode.cc | |
| parent | f85c63c42fda45293d6c75e8cbf018bbc0e15f58 (diff) | |
Cleanup: include ordering and white space.
Diffstat (limited to 'benchmark/j2k_transcode.cc')
| -rw-r--r-- | benchmark/j2k_transcode.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmark/j2k_transcode.cc b/benchmark/j2k_transcode.cc index c984dc5b..71602e0b 100644 --- a/benchmark/j2k_transcode.cc +++ b/benchmark/j2k_transcode.cc @@ -33,14 +33,15 @@ #include "array_data.h" -#include "util.h" -#include "version.h" #include "j2k_transcode.h" #include "openjpeg_image.h" +#include "util.h" +#include "version.h" #include <sys/time.h> #include <iostream> #include <cstdio> + using std::cout; using std::cerr; using std::shared_ptr; |
