aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:42:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:42:18 +0300
commit8269189c803e2792d185ebafdc739071e2a0961e (patch)
treeffdd6b50f00075622cd3e608ca6bca20d4628cca /tests/manifest/driver.cxx
parent16909271763c62c6a3515afeadb2c610d331b17d (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'tests/manifest/driver.cxx')
-rw-r--r--tests/manifest/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index 1fc1230..91fd512 100644
--- a/tests/manifest/driver.cxx
+++ b/tests/manifest/driver.cxx
@@ -7,9 +7,9 @@
#include <cassert>
#include <iostream>
-#include <libbutl/utility.hxx> // operator<<(ostream,exception)
-#include <libbutl/manifest-parser.hxx>
-#include <libbutl/manifest-serializer.hxx>
+#include <libbutl/utility.mxx> // operator<<(ostream,exception)
+#include <libbutl/manifest-parser.mxx>
+#include <libbutl/manifest-serializer.mxx>
#include <libbbot/manifest.hxx>