// file : build2/c/target -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_C_TARGET #define BUILD2_C_TARGET #include #include #include namespace build2 { namespace c { using cc::h; using cc::c; } } #endif // BUILD2_C_TARGET