summaryrefslogtreecommitdiff
path: root/cli/traversal.hxx
blob: 7c8a764d98782267b1ddc98d4f8371f0f752b9c9 (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-2017 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_TRAVERSAL_HXX
#define CLI_TRAVERSAL_HXX

#include <cli/traversal/class.hxx>
#include <cli/traversal/doc.hxx>
#include <cli/traversal/elements.hxx>
#include <cli/traversal/expression.hxx>
#include <cli/traversal/namespace.hxx>
#include <cli/traversal/option.hxx>
#include <cli/traversal/unit.hxx>

#endif // CLI_TRAVERSAL_HXX