1#ifndef CACHE_H
2#define CACHE_H
3
4#include "header.h"
5
6enum _enum {
7  XXX
8};
9
10#endif
11