X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=example-module%2Ffilter_myfilter.cpp;h=2e6c5e5db4ed4e7925165322c110b91d97843786;hb=fb0a4773ef0c4e3a79cca01e3672a45c348f1b68;hp=79f3bed52e3af8f118752c17b949b69d4e7ec0f7;hpb=d0123337d70b0fb97b578cc57467bb94980f1014;p=metaproxy-moved-to-github.git diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index 79f3bed..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) 2005-2009 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;