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/dist/init | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 build2/dist/init (limited to 'build2/dist/init') diff --git a/build2/dist/init b/build2/dist/init deleted file mode 100644 index 67ec0a4..0000000 --- a/build2/dist/init +++ /dev/null @@ -1,31 +0,0 @@ -// file : build2/dist/init -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD2_DIST_INIT -#define BUILD2_DIST_INIT - -#include -#include - -#include - -namespace build2 -{ - namespace dist - { - void - boot (scope&, const location&, unique_ptr&); - - bool - init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - } -} - -#endif // BUILD2_DIST_INIT -- cgit v1.1