diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:44:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:44:19 +0300 |
commit | 239dd1f70e16032ee27d1f040955b9b9c75d94f0 (patch) | |
tree | 80fd2bb10442d80ac70b5523cdd04a6383136849 /tests/repository-location | |
parent | 99441908700b1862fb3895bd7178f434b2fd9aa0 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'tests/repository-location')
-rw-r--r-- | tests/repository-location/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index e459cab..a12adad 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -9,9 +9,9 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <libbutl/utility.hxx> // operator<<(ostream, exception) -#include <libbutl/optional.hxx> -#include <libbutl/manifest-parser.hxx> +#include <libbutl/utility.mxx> // operator<<(ostream, exception) +#include <libbutl/optional.mxx> +#include <libbutl/manifest-parser.mxx> #include <libbpkg/manifest.hxx> |