Do not include router.hpp in filters
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jan 2006 21:20:15 +0000 (21:20 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jan 2006 21:20:15 +0000 (21:20 +0000)
src/filter.hpp
src/filter_backend_test.cpp
src/filter_dl.cpp
src/filter_log.cpp
src/filter_session_shared.cpp
src/filter_template.cpp
src/filter_virt_db.cpp
src/filter_z3950_client.cpp

index a675ccc..9b13cfb 100644 (file)
@@ -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){
             };
         };
-        
     }
 }
 
index 144556e..f0a6732 100644 (file)
@@ -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"
index 54c1051..6b4802a 100644 (file)
@@ -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 {
index 36cbc75..2782dc5 100644 (file)
@@ -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 <string>
index 7a8b4fa..70602ee 100644 (file)
@@ -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 <boost/thread/mutex.hpp>
index 99d9c57..e367020 100644 (file)
@@ -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 <boost/thread/mutex.hpp>
index 5ac0c2b..e314451 100644 (file)
@@ -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 <boost/thread/mutex.hpp>
index 21f20b3..44d5450 100644 (file)
@@ -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"