diff options
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 017b05e..4083516 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -6,10 +6,10 @@ #include <iostream> #include <butl/fdstream> +#include <butl/manifest-parser> +#include <butl/manifest-serializer> #include <bpkg/manifest> -#include <bpkg/manifest-parser> -#include <bpkg/manifest-serializer> using namespace std; using namespace butl; |