blob: d5fed7e6511e87f6017db6c47d0aba5df4bd74df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// file : cli/traversal.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_HXX
#define CLI_TRAVERSAL_HXX
#include <traversal/class.hxx>
#include <traversal/elements.hxx>
#include <traversal/expression.hxx>
#include <traversal/namespace.hxx>
#include <traversal/option.hxx>
#include <traversal/unit.hxx>
#endif // CLI_TRAVERSAL_HXX
|