// header3.h #ifndef INCLUDED_HEADER3 #define INCLUDED_HEADER3 // ... #ifndef INCLUDED_HEADER1 // (not an include guard) #endif #endif // INCLUDED_HEADER3