diff options
Diffstat (limited to 'libbutl/manifest-forward.hxx')
-rw-r--r-- | libbutl/manifest-forward.hxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx new file mode 100644 index 0000000..68864a1 --- /dev/null +++ b/libbutl/manifest-forward.hxx @@ -0,0 +1,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 |