I do not know, you might already know it. Make your header files multitiple include "friendly". Simply put some preprocessor directives: #ifndef __file_1_h_ #define __file_1_h_ /*your declaration and so on...*/ #endif Arturas Moskvinas
I do not know, you might already know it. Make your header files multitiple include "friendly". Simply put some preprocessor directives: #ifndef __file_1_h_ #define __file_1_h_ /*your declaration and so on...*/ #endif Arturas Moskvinas