1#ifndef PUBLIC2_H
2#define PUBLIC2_H
3
4#include "private2.h"
5
6struct use_this2 { struct mitts_off2 field; };
7struct use_this2 public_variable2;
8
9#endif
10