From 2065da3888d73ece2164a2fe4a97dbb6923d8b22 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 25 Oct 2007 15:50:31 +0000 Subject: [PATCH] cleanup --- src/internfile/mh_exec.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/internfile/mh_exec.h b/src/internfile/mh_exec.h index c402106c..b8cd5850 100644 --- a/src/internfile/mh_exec.h +++ b/src/internfile/mh_exec.h @@ -16,13 +16,13 @@ */ #ifndef _MH_EXEC_H_INCLUDED_ #define _MH_EXEC_H_INCLUDED_ -/* @(#$Id: mh_exec.h,v 1.3 2006-12-15 12:40:02 dockes Exp $ (C) 2004 J.F.Dockes */ +/* @(#$Id: mh_exec.h,v 1.4 2007-10-25 15:50:31 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include +using std::list; +using std::string; -#include "rclconfig.h" -#include "rcldb.h" #include "mimehandler.h" /** @@ -31,7 +31,7 @@ */ class MimeHandlerExec : public RecollFilter { public: - std::list params; + list params; MimeHandlerExec(const string& mt) : RecollFilter(mt) {} virtual ~MimeHandlerExec() {} virtual bool set_document_file(const string &file_path) {