aboutsummaryrefslogtreecommitdiff
path: root/butl/manifest-forward
diff options
context:
space:
mode:
Diffstat (limited to 'butl/manifest-forward')
-rw-r--r--butl/manifest-forward15
1 files changed, 0 insertions, 15 deletions
diff --git a/butl/manifest-forward b/butl/manifest-forward
deleted file mode 100644
index eb8f130..0000000
--- a/butl/manifest-forward
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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