blob: b9cadec6b65ea5a43c106a2e6c95f40c3e0bfb96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// file : xsd-frontend/traversal/fundamental.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/fundamental.hxx>
namespace XSDFrontend
{
namespace Traversal
{
}
}
|