// 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