From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- build2/b.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2') diff --git a/build2/b.cxx b/build2/b.cxx index f0f5a7a..10d4cc5 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -18,10 +18,10 @@ #include // cout #include // terminate(), set_terminate(), terminate_handler -#include -#include // stderr_fd(), fdterm() -#include // backtrace() -#include +#include +#include // stderr_fd(), fdterm() +#include // backtrace() +#include #include #include -- cgit v1.1