From 70317569c6dcd9809ed4a8c425777e653ec6ca08 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 18:24:31 +0300 Subject: Add hxx extension for headers --- build2/context.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index 56db9d4..669fcae 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -2,22 +2,22 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include // For command line variable parsing. // -#include -#include -#include +#include +#include +#include -#include // config::preprocess_create(). +#include // config::preprocess_create(). using namespace std; using namespace butl; @@ -220,7 +220,7 @@ namespace build2 vp.clear (); // Reset meta/operation tables. Note that the order should match the id - // constants in . + // constants in . // meta_operation_table.clear (); meta_operation_table.insert ("noop"); @@ -240,7 +240,7 @@ namespace build2 operation_table.insert ("uninstall"); // Create global scope. Note that the empty path is a prefix for any other - // path. See the comment in for details. + // path. See the comment in for details. // auto make_global_scope = [&sm] () -> scope& { -- cgit v1.1