Switch to unified view

a/src/index/fetcher.h b/src/index/fetcher.h
...
...
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _FETCHER_H_INCLUDED_
17
#ifndef _FETCHER_H_INCLUDED_
18
#define _FETCHER_H_INCLUDED_
18
#define _FETCHER_H_INCLUDED_
19
19
20
#include <sys/stat.h>
20
#include "safesysstat.h"
21
#include <string>
21
#include <string>
22
22
23
#include "rcldoc.h"
23
#include "rcldoc.h"
24
24
25
class RclConfig;
25
class RclConfig;