aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/lexer.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/cc/lexer.hxx
parentdec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/cc/lexer.hxx')
-rw-r--r--libbuild2/cc/lexer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/lexer.hxx b/libbuild2/cc/lexer.hxx
index dc392c6..81e0d97 100644
--- a/libbuild2/cc/lexer.hxx
+++ b/libbuild2/cc/lexer.hxx
@@ -4,8 +4,8 @@
#ifndef LIBBUILD2_CC_LEXER_HXX
#define LIBBUILD2_CC_LEXER_HXX
-#include <libbutl/sha256.mxx>
-#include <libbutl/char-scanner.mxx>
+#include <libbutl/sha256.hxx>
+#include <libbutl/char-scanner.hxx>
#include <libbuild2/types.hxx>
#include <libbuild2/utility.hxx>