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