aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/lexer.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:39:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:39:34 +0300
commit182d743d15810d2a8393ed7fa5d565cf3a394694 (patch)
tree9091af1cab7432db5331366f09a05cd5357a6764 /build2/cc/lexer.hxx
parent09839eea3a69e258555eb4ef6d05cd4799ccd7a0 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'build2/cc/lexer.hxx')
-rw-r--r--build2/cc/lexer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx
index 9dab12b..2adf48c 100644
--- a/build2/cc/lexer.hxx
+++ b/build2/cc/lexer.hxx
@@ -5,8 +5,8 @@
#ifndef BUILD2_CC_LEXER_HXX
#define BUILD2_CC_LEXER_HXX
-#include <libbutl/sha256.hxx>
-#include <libbutl/char-scanner.hxx>
+#include <libbutl/sha256.mxx>
+#include <libbutl/char-scanner.mxx>
#include <build2/types.hxx>
#include <build2/utility.hxx>