X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=example-module%2Ffilter_myfilter.cpp;h=2e6c5e5db4ed4e7925165322c110b91d97843786;hb=42ae53ab6659eeb7e99b53a1d0fe6b02ffb05d63;hp=b6979ea5e8878e611edae702b44f67bf06138932;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index b6979ea..2e6c5e5 100644 --- a/example-module/filter_myfilter.cpp +++ b/example-module/filter_myfilter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2008 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,10 +19,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include "config.hpp" -#include "filter.hpp" -#include "package.hpp" -#include "util.hpp" +#include +#include +#include namespace mp = metaproxy_1;