From e5d4c47040e526f0302a53c75ccf1f8c3f5981a1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Oct 2019 14:17:30 +0200 Subject: Add forward declaration header for build state types --- libbuild2/module.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbuild2/module.hxx') diff --git a/libbuild2/module.hxx b/libbuild2/module.hxx index 50ca7da..34c7245 100644 --- a/libbuild2/module.hxx +++ b/libbuild2/module.hxx @@ -8,6 +8,7 @@ #include #include +#include #include #include @@ -24,9 +25,6 @@ namespace build2 // module is "bootstrapped" (or "booted" for short) and then "initialized" // (or "inited"). - class scope; - class location; - class module_base { public: -- cgit v1.1