X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=example-module%2Ffilter_myfilter.cpp;h=0bf71506c8f4ba1168eb5b844fa9b4d81575a844;hb=c1d953eee6c00432493bc364da6284704ccd9cc2;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..0bf7150 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-2011 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;