aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/operation.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
commit41273da120ef8e4a2bed7576de0532264b042ee1 (patch)
tree29b5c6c1a0ec36d22117f42d9acb02615e30b06a /libbuild2/operation.hxx
parentdec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/operation.hxx')
-rw-r--r--libbuild2/operation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx
index e115ac0..d80a01c 100644
--- a/libbuild2/operation.hxx
+++ b/libbuild2/operation.hxx
@@ -4,7 +4,7 @@
#ifndef LIBBUILD2_OPERATION_HXX
#define LIBBUILD2_OPERATION_HXX
-#include <libbutl/string-table.mxx>
+#include <libbutl/string-table.hxx>
#include <libbuild2/types.hxx>
#include <libbuild2/forward.hxx>