aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-forward.hxx
blob: 68864a1719cb848ef0034ba37e401e1aaf50aee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : libbutl/manifest-forward.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef LIBBUTL_MANIFEST_FORWARD_HXX
#define LIBBUTL_MANIFEST_FORWARD_HXX

namespace butl
{
  class manifest_parser;
  class manifest_serializer;
  class manifest_name_value;
}

#endif // LIBBUTL_MANIFEST_FORWARD_HXX