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

#ifndef BUTL_MANIFEST_FORWARD
#define BUTL_MANIFEST_FORWARD

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

#endif // BUTL_MANIFEST_FORWARD