diff options
Diffstat (limited to 'libbuild2/module.hxx')
-rw-r--r-- | libbuild2/module.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 <map> #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/context.hxx> @@ -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: |