diff options
Diffstat (limited to 'paludis/resolver/get_initial_constraints_for_helper.cc')
-rw-r--r-- | paludis/resolver/get_initial_constraints_for_helper.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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> |