blob: cc049292555ea95c6a41ae5d12e265e00dd40333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// file : build/config/operation.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <build/config/operation>
using namespace std;
namespace build
{
namespace config
{
}
}
|