#ifndef INCLUDEC_H #define INCLUDEC_H #include "includeA.h" #include "includeB.h" typedef struct s_c { A element_a; B element_b; } C; #endif