1#include "other.h"2 3#ifndef FILE_H4#define FILE_H5struct __FILE;6#include "fwd.h"7typedef struct __FILE FILE;8typedef foo bar;9#endif10