diff options
author | 2013-05-23 12:33:58 +0100 | |
---|---|---|
committer | 2013-05-23 20:57:33 +0100 | |
commit | 9db1dd150c202646f671366e1adae0a93f01f346 (patch) | |
tree | d251f49f46ed25e702a3c5afd5ad4513e9c71482 | |
parent | e66605f52a93b86a87bb122f9c5032def378ae05 (diff) | |
download | paludis-9db1dd150c202646f671366e1adae0a93f01f346.tar.gz paludis-9db1dd150c202646f671366e1adae0a93f01f346.tar.xz |
Unused include
-rw-r--r-- | paludis/resolver/decisions.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/find_repository_for_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_constraints_for_dependent_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_constraints_for_purge_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_constraints_for_via_binary_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_destination_types_for_error_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_initial_constraints_for_helper.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/get_sameness.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/package_or_block_dep_spec.cc | 3 | ||||
-rw-r--r-- | paludis/resolver/resolver_TEST_uninstalls.cc | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/paludis/resolver/decisions.cc b/paludis/resolver/decisions.cc index 77b5a619f..6b87f39f7 100644 --- a/paludis/resolver/decisions.cc +++ b/paludis/resolver/decisions.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -21,7 +21,6 @@ #include <paludis/resolver/decision.hh> #include <paludis/resolver/orderer_notes.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/exception.hh> #include <paludis/util/stringify.hh> #include <paludis/util/wrapped_forward_iterator-impl.hh> diff --git a/paludis/resolver/find_repository_for_helper.cc b/paludis/resolver/find_repository_for_helper.cc index 3b746f4fb..16e7a81da 100644 --- a/paludis/resolver/find_repository_for_helper.cc +++ b/paludis/resolver/find_repository_for_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -24,7 +24,6 @@ #include <paludis/resolver/resolution.hh> #include <paludis/resolver/decision.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/exception.hh> #include <paludis/util/stringify.hh> #include <paludis/dep_spec.hh> diff --git a/paludis/resolver/get_constraints_for_dependent_helper.cc b/paludis/resolver/get_constraints_for_dependent_helper.cc index 9b331086c..60dafebaf 100644 --- a/paludis/resolver/get_constraints_for_dependent_helper.cc +++ b/paludis/resolver/get_constraints_for_dependent_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -25,7 +25,6 @@ #include <paludis/resolver/decision.hh> #include <paludis/resolver/make_uninstall_blocker.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/make_shared_copy.hh> #include <paludis/util/make_named_values.hh> #include <paludis/util/stringify.hh> diff --git a/paludis/resolver/get_constraints_for_purge_helper.cc b/paludis/resolver/get_constraints_for_purge_helper.cc index d6d6b7583..119cb70da 100644 --- a/paludis/resolver/get_constraints_for_purge_helper.cc +++ b/paludis/resolver/get_constraints_for_purge_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -25,7 +25,6 @@ #include <paludis/resolver/decision.hh> #include <paludis/resolver/make_uninstall_blocker.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/make_shared_copy.hh> #include <paludis/util/make_named_values.hh> #include <paludis/util/stringify.hh> diff --git a/paludis/resolver/get_constraints_for_via_binary_helper.cc b/paludis/resolver/get_constraints_for_via_binary_helper.cc index b2e142f55..cb673ee0b 100644 --- a/paludis/resolver/get_constraints_for_via_binary_helper.cc +++ b/paludis/resolver/get_constraints_for_via_binary_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -24,7 +24,6 @@ #include <paludis/resolver/resolution.hh> #include <paludis/resolver/decision.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/make_shared_copy.hh> #include <paludis/util/make_named_values.hh> #include <paludis/util/stringify.hh> diff --git a/paludis/resolver/get_destination_types_for_error_helper.cc b/paludis/resolver/get_destination_types_for_error_helper.cc index 3391518b8..d63d276fb 100644 --- a/paludis/resolver/get_destination_types_for_error_helper.cc +++ b/paludis/resolver/get_destination_types_for_error_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -24,7 +24,6 @@ #include <paludis/resolver/resolution.hh> #include <paludis/resolver/decision.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/make_shared_copy.hh> #include <paludis/util/make_named_values.hh> #include <paludis/util/stringify.hh> diff --git a/paludis/resolver/get_initial_constraints_for_helper.cc b/paludis/resolver/get_initial_constraints_for_helper.cc index 5c1ca5f33..463086063 100644 --- a/paludis/resolver/get_initial_constraints_for_helper.cc +++ b/paludis/resolver/get_initial_constraints_for_helper.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -27,7 +27,6 @@ #include <paludis/resolver/match_qpns.hh> #include <paludis/resolver/suggest_restart.hh> #include <paludis/util/pimp-impl.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/make_shared_copy.hh> #include <paludis/util/make_named_values.hh> #include <paludis/util/stringify.hh> diff --git a/paludis/resolver/get_sameness.cc b/paludis/resolver/get_sameness.cc index 81e692afd..e313901a1 100644 --- a/paludis/resolver/get_sameness.cc +++ b/paludis/resolver/get_sameness.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2011 Ciaran McCreesh + * Copyright (c) 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -20,7 +20,6 @@ #include <paludis/resolver/get_sameness.hh> #include <paludis/util/log.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/join.hh> #include <paludis/package_id.hh> diff --git a/paludis/resolver/package_or_block_dep_spec.cc b/paludis/resolver/package_or_block_dep_spec.cc index 6c4b4b891..26ce16dd9 100644 --- a/paludis/resolver/package_or_block_dep_spec.cc +++ b/paludis/resolver/package_or_block_dep_spec.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -18,7 +18,6 @@ */ #include <paludis/resolver/package_or_block_dep_spec.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/log.hh> #include <paludis/util/map.hh> #include <paludis/util/sequence-impl.hh> diff --git a/paludis/resolver/resolver_TEST_uninstalls.cc b/paludis/resolver/resolver_TEST_uninstalls.cc index f65f5d130..654ee7cba 100644 --- a/paludis/resolver/resolver_TEST_uninstalls.cc +++ b/paludis/resolver/resolver_TEST_uninstalls.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010, 2011 Ciaran McCreesh + * Copyright (c) 2010, 2011, 2013 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -36,7 +36,6 @@ #include <paludis/util/map.hh> #include <paludis/util/indirect_iterator-impl.hh> #include <paludis/util/make_shared_copy.hh> -#include <paludis/util/visitor_cast.hh> #include <paludis/util/return_literal_function.hh> #include <paludis/user_dep_spec.hh> |