From 6539642bc137e6f0c52a2cd15a6e13929eaa3a9d Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Fri, 8 Mar 2013 13:16:39 +0000 Subject: Silence warnings --- src/clients/cave/search_extras_handle.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clients/cave/search_extras_handle.cc b/src/clients/cave/search_extras_handle.cc index d3e921561..95c06baea 100644 --- a/src/clients/cave/search_extras_handle.cc +++ b/src/clients/cave/search_extras_handle.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2010 Ciaran McCreesh + * Copyright (c) 2010, 2012 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 @@ -17,6 +17,8 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + #include "search_extras_handle.hh" #include @@ -30,8 +32,6 @@ #include #include -#include "config.h" - #define STUPID_CAST(type, val) reinterpret_cast(reinterpret_cast(val)) using namespace paludis; -- cgit v1.2.3