1 #include "begin.h" 2 3 #ifdef INCLUDE_A 4 #include "a.h" 5 #endif 6 7 #ifdef INCLUDE_B 8 #include "b.h" 9 #endif 10 11 #include "end.h" 12