X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..844de0597296879c91593ae0604d5718498b81e3:/include/xbt/cunit.h diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index 0edb99d701..5b405bb1c8 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -10,8 +10,8 @@ #ifndef XBT_CUNIT_H_ #define XBT_CUNIT_H_ -#include "xbt/sysdep.h" /* XBT_GNU_PRINTF */ -#include "xbt/ex.h" +#include +#include /* XBT_GNU_PRINTF */ SG_BEGIN_DECL() @@ -63,7 +63,7 @@ XBT_PUBLIC void xbt_test_exit(); * so why should we bother switching?) * * Unit testing is not intended to write integration tests. - * Please refer to \ref inside_tests_add_integration for that instead. + * Please refer to @ref inside_tests_add_integration for that instead. * * @{ */