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