#ifndef INDIRECTLY_IMPORTED_H #define INDIRECTLY_IMPORTED_H struct IndirectlyImportedStruct { int value; }; #endif