// file : libbuild2/dist/operation.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_DIST_OPERATION_HXX #define LIBBUILD2_DIST_OPERATION_HXX #include #include #include namespace build2 { namespace dist { extern const meta_operation_info mo_dist; } } #endif // LIBBUILD2_DIST_OPERATION_HXX