X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fzipper_test.cc;h=1b8c386f4356e369090266be63e51a4f8abc5f1a;hb=b8650a25a30a25e567d68f9b775579661a1828b1;hp=c3f6ef7281140769220ab20489d190a44869942c;hpb=39d51cddeeea82e602ab1925430b0dfb5752ac79;p=dcpomatic.git diff --git a/test/zipper_test.cc b/test/zipper_test.cc index c3f6ef728..1b8c386f4 100644 --- a/test/zipper_test.cc +++ b/test/zipper_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,18 +18,21 @@ */ + /** @file test/zipper_test.cc * @brief Test Zipper class. * @ingroup selfcontained */ -#include "lib/zipper.h" + #include "lib/exceptions.h" +#include "lib/zipper.h" #include "test.h" #include #include #include + /** Basic test of Zipper working normally */ BOOST_AUTO_TEST_CASE (zipper_test1) {