1#include "begin.h"2 3#ifdef INCLUDE_A4#include "a.h"5#endif6 7#ifdef INCLUDE_B8#include "b.h"9#endif10 11#include "end.h"12