Switch to unified view

a/src/internfile/mimehandler.cpp b/src/internfile/mimehandler.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: mimehandler.cpp,v 1.13 2005-11-21 14:31:24 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: mimehandler.cpp,v 1.14 2005-11-24 07:16:15 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
4
5
#include <iostream>
5
#include <iostream>
6
#include <string>
6
#include <string>
7
#ifndef NO_NAMESPACES
7
using namespace std;
8
using namespace std;
9
#endif /* NO_NAMESPACES */
8
10
9
#include "mimehandler.h"
11
#include "mimehandler.h"
10
#include "debuglog.h"
12
#include "debuglog.h"
11
#include "smallut.h"
13
#include "smallut.h"
12
#include "mh_html.h"
14
#include "mh_html.h"