Index: CommBuffers.h =================================================================== diff -u -r9023ef607793bf8f9e0491da6b84b7da6f8e77de -rfda4bccdf45587c11d07cdb5f87f755de644d394 --- CommBuffers.h (.../CommBuffers.h) (revision 9023ef607793bf8f9e0491da6b84b7da6f8e77de) +++ CommBuffers.h (.../CommBuffers.h) (revision fda4bccdf45587c11d07cdb5f87f755de644d394) @@ -18,6 +18,14 @@ #ifndef __COMM_BUFFERS_H__ #define __COMM_BUFFERS_H__ +#ifdef _TD_ +#include "TDCommon.h" +#endif +#ifdef _DD_ +#include "DDCommon.h" +#include "FPCommon.h" +#endif + /** * @defgroup CommBuffers CommBuffers * @brief The communication buffers unit provides buffering services for @@ -71,14 +79,6 @@ /**@}*/ -#ifdef _TD_ -#include "TDCommon.h" -#endif -#ifdef _DD_ -#include "DDCommon.h" -#include "FPCommon.h" -#endif - /** * @addtogroup CommBuffers * @{