summaryrefslogtreecommitdiff
path: root/cli/traversal.hxx
blob: 32febef9481e17d95457329bdd03fad85562bad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : cli/traversal.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_TRAVERSAL_HXX
#define CLI_TRAVERSAL_HXX

#include <traversal/class.hxx>
#include <traversal/doc.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