diff options
Diffstat (limited to 'bbot/bootstrap-manifest.test.cxx')
-rw-r--r-- | bbot/bootstrap-manifest.test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/bootstrap-manifest.test.cxx b/bbot/bootstrap-manifest.test.cxx index 2f5306c..26e027a 100644 --- a/bbot/bootstrap-manifest.test.cxx +++ b/bbot/bootstrap-manifest.test.cxx @@ -4,8 +4,8 @@ #include <ios> // ios_base::failbit, ios_base::badbit #include <iostream> -#include <libbutl/manifest-parser.mxx> -#include <libbutl/manifest-serializer.mxx> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <bbot/types.hxx> #include <bbot/utility.hxx> |