Switch to unified view

a/src/internfile/myhtmlparse.cpp b/src/internfile/myhtmlparse.cpp
...
...
22
 * USA
22
 * USA
23
 * -----END-LICENCE-----
23
 * -----END-LICENCE-----
24
 */
24
 */
25
#include <time.h>
25
#include <time.h>
26
#include <stdio.h>
26
#include <stdio.h>
27
#include <algorithm>
28
#include <cstring>
27
29
28
#include "myhtmlparse.h"
30
#include "myhtmlparse.h"
29
#include "indextext.h" // for lowercase_term()
31
#include "indextext.h" // for lowercase_term()
30
#include "mimeparse.h"
32
#include "mimeparse.h"
31
#include "smallut.h"
33
#include "smallut.h"