From 149e965b5ce014cd959c682fd411bd4bdd43f497 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 9 Jan 2006 21:20:15 +0000 Subject: [PATCH] Do not include router.hpp in filters --- src/filter.hpp | 3 +-- src/filter_backend_test.cpp | 3 +-- src/filter_dl.cpp | 3 +-- src/filter_log.cpp | 3 +-- src/filter_session_shared.cpp | 3 +-- src/filter_template.cpp | 3 +-- src/filter_virt_db.cpp | 3 +-- src/filter_z3950_client.cpp | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/filter.hpp b/src/filter.hpp index a675ccc..9b13cfb 100644 --- a/src/filter.hpp +++ b/src/filter.hpp @@ -1,4 +1,4 @@ -/* $Id: filter.hpp,v 1.13 2006-01-09 18:19:09 adam Exp $ +/* $Id: filter.hpp,v 1.14 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -32,7 +32,6 @@ namespace yp2 { : std::runtime_error("FilterException: " + message){ }; }; - } } diff --git a/src/filter_backend_test.cpp b/src/filter_backend_test.cpp index 144556e..f0a6732 100644 --- a/src/filter_backend_test.cpp +++ b/src/filter_backend_test.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_backend_test.cpp,v 1.12 2006-01-04 11:55:31 adam Exp $ +/* $Id: filter_backend_test.cpp,v 1.13 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include "util.hpp" #include "filter_backend_test.hpp" diff --git a/src/filter_dl.cpp b/src/filter_dl.cpp index 54c1051..6b4802a 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_dl.cpp,v 1.3 2006-01-04 11:55:31 adam Exp $ +/* $Id: filter_dl.cpp,v 1.4 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" namespace yp2 { diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 36cbc75..2782dc5 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_log.cpp,v 1.12 2006-01-09 14:47:09 adam Exp $ +/* $Id: filter_log.cpp,v 1.13 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 7a8b4fa..70602ee 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_session_shared.cpp,v 1.4 2006-01-04 11:55:31 adam Exp $ +/* $Id: filter_session_shared.cpp,v 1.5 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include diff --git a/src/filter_template.cpp b/src/filter_template.cpp index 99d9c57..e367020 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_template.cpp,v 1.5 2006-01-09 14:47:09 adam Exp $ +/* $Id: filter_template.cpp,v 1.6 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include diff --git a/src/filter_virt_db.cpp b/src/filter_virt_db.cpp index 5ac0c2b..e314451 100644 --- a/src/filter_virt_db.cpp +++ b/src/filter_virt_db.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_virt_db.cpp,v 1.18 2006-01-09 15:32:46 adam Exp $ +/* $Id: filter_virt_db.cpp,v 1.19 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -8,7 +8,6 @@ #include "xmlutil.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include diff --git a/src/filter_z3950_client.cpp b/src/filter_z3950_client.cpp index 21f20b3..44d5450 100644 --- a/src/filter_z3950_client.cpp +++ b/src/filter_z3950_client.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_z3950_client.cpp,v 1.17 2006-01-09 18:19:09 adam Exp $ +/* $Id: filter_z3950_client.cpp,v 1.18 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -8,7 +8,6 @@ #include "xmlutil.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include "util.hpp" #include "filter_z3950_client.hpp" -- 1.7.10.4