Switch to unified view

a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp
...
...
20
 * along with this program; if not, write to the Free Software
20
 * along with this program; if not, write to the Free Software
21
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
21
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
22
 * USA
22
 * USA
23
 */
23
 */
24
24
25
#ifndef lint
26
static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.8 2007-12-13 06:58:21 dockes Exp $ ";
27
#endif
28
29
#include <algorithm>
25
#include <algorithm>
30
using std::find;
26
using std::find;
31
using std::find_if;
27
using std::find_if;
32
#include "htmlparse.h"
28
#include "htmlparse.h"
33
#include <stdio.h>
29
#include <stdio.h>