diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-11 10:53:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-11 10:53:15 +0200 |
commit | 5fc7471c034c367ff5ad776c2b9d7698678266c9 (patch) | |
tree | cc500d1179eaa491eb4d0a441bcece3ec50ceff7 /libbuild2/target.txx | |
parent | eccd416f89007b60d467fe4da3ccf536ec3c1dec (diff) |
Remove unnecessary header inclusions
Diffstat (limited to 'libbuild2/target.txx')
-rw-r--r-- | libbuild2/target.txx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/target.txx b/libbuild2/target.txx index 1363935..976d204 100644 --- a/libbuild2/target.txx +++ b/libbuild2/target.txx @@ -1,8 +1,6 @@ // file : libbuild2/target.txx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#include <libbutl/filesystem.hxx> // dir_iterator - #include <libbuild2/scope.hxx> #include <libbuild2/diagnostics.hxx> |