From 182d743d15810d2a8393ed7fa5d565cf3a394694 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:39:34 +0300 Subject: Adapt to modularization of libbutl --- build2/cc/compile.hxx | 2 +- build2/cc/guess.cxx | 2 +- build2/cc/lexer.hxx | 4 ++-- build2/cc/link.cxx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'build2/cc') diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx index e744f53..9d85763 100644 --- a/build2/cc/compile.hxx +++ b/build2/cc/compile.hxx @@ -5,7 +5,7 @@ #ifndef BUILD2_CC_COMPILE_HXX #define BUILD2_CC_COMPILE_HXX -#include +#include #include #include diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx index 0e157a5..da5be97 100644 --- a/build2/cc/guess.cxx +++ b/build2/cc/guess.cxx @@ -959,7 +959,7 @@ namespace build2 // Now we need to map x86, x64, and ARM to the target triplets. The // problem is, there aren't any established ones so we got to invent // them ourselves. Based on the discussion in - // , we need something in the + // , we need something in the // CPU-VENDOR-OS-ABI form. // // The CPU part is fairly straightforward with x86 mapped to 'i386' (or 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 -#include +#include +#include #include #include diff --git a/build2/cc/link.cxx b/build2/cc/link.cxx index 2f2ff76..4ab2873 100644 --- a/build2/cc/link.cxx +++ b/build2/cc/link.cxx @@ -7,8 +7,8 @@ #include #include // exit() -#include -#include // file_exists() +#include +#include // file_exists() #include #include -- cgit v1.1