Added include of string
[metaproxy-moved-to-github.git] / src / filter_factory.hpp
index 8c10bed..29630a6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_factory.hpp,v 1.3 2005-10-29 22:51:11 marc Exp $
+/* $Id: filter_factory.hpp,v 1.5 2005-11-07 21:57:10 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
 #include <string>
 #include <map>
 
-#include "config.hpp"
 #include "filter.hpp"
 
 
 namespace yp2 {
 
     namespace filter {
-
-        
-
     
     class FilterFactoryException : public std::runtime_error {
     public: