From a0816cd508b0beceb6361a66fcf43512e18d3753 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 15 May 2017 10:55:25 +0200 Subject: [PATCH] please sonar: nothing before the includes --- src/surf/trace_mgr_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/surf/trace_mgr_test.cpp b/src/surf/trace_mgr_test.cpp index 4b81b68863..c498ee60cd 100644 --- a/src/surf/trace_mgr_test.cpp +++ b/src/surf/trace_mgr_test.cpp @@ -4,22 +4,22 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #define BOOST_TEST_MODULE Trace Manager tests - bool init_unit_test(); // boost forget to give this prototype on NetBSD, which does not fit our paranoid flags #define BOOST_TEST_DYN_LINK #define BOOST_TEST_NO_MAIN #include -namespace utf = boost::unit_test; #include "src/surf/surf_interface.hpp" #include "src/surf/trace_mgr.hpp" -namespace tmgr = simgrid::trace_mgr; #include "xbt/log.h" #include "xbt/misc.h" #include +namespace utf = boost::unit_test; +namespace tmgr = simgrid::trace_mgr; + XBT_LOG_NEW_DEFAULT_CATEGORY(unit, "Unit tests of the Trace Manager"); double thedate; -- 2.20.1