diff options
author | 2009-01-09 13:46:00 +0000 | |
---|---|---|
committer | 2009-01-09 13:46:00 +0000 | |
commit | 4231af5178d647d8ad932decfcf6a437bec63365 (patch) | |
tree | bb0d7168d1aff08b6c087bd1aca0f42f8a33e1ed /paludis/repositories/cran/masks.cc | |
parent | 6cf45c1cfa4bf675095a244693b9dbfd5e08daca (diff) | |
download | paludis-4231af5178d647d8ad932decfcf6a437bec63365.tar.gz paludis-4231af5178d647d8ad932decfcf6a437bec63365.tar.xz |
New easier tree visitors
Diffstat (limited to 'paludis/repositories/cran/masks.cc')
-rw-r--r-- | paludis/repositories/cran/masks.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paludis/repositories/cran/masks.cc b/paludis/repositories/cran/masks.cc index f498ff853..6850cec58 100644 --- a/paludis/repositories/cran/masks.cc +++ b/paludis/repositories/cran/masks.cc @@ -19,7 +19,6 @@ #include "masks.hh" #include <paludis/util/private_implementation_pattern-impl.hh> -#include <paludis/util/visitor-impl.hh> using namespace paludis; using namespace paludis::cranrepository; |