Omit include of boost/regex.hpp
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 16 Mar 2006 09:38:33 +0000 (09:38 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 16 Mar 2006 09:38:33 +0000 (09:38 +0000)
src/filter_query_rewrite.cpp

index b030fac..e63cc62 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_query_rewrite.cpp,v 1.4 2006-03-15 14:55:17 adam Exp $
+/* $Id: filter_query_rewrite.cpp,v 1.5 2006-03-16 09:38:33 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -9,9 +9,6 @@
 #include "filter.hpp"
 #include "package.hpp"
 
-//#include <boost/thread/mutex.hpp>
-#include <boost/regex.hpp>
-
 #include "util.hpp"
 #include "filter_query_rewrite.hpp"