From a36112dee6eba0fff6034f1893a0a7396aded762 Mon Sep 17 00:00:00 2001 From: Tom Cornebize Date: Tue, 21 Jun 2022 15:35:27 +0200 Subject: [PATCH] Remove useless statements --- include/xbt/asserts.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/xbt/asserts.hpp b/include/xbt/asserts.hpp index 5a82ccc4ab..d018d04aba 100644 --- a/include/xbt/asserts.hpp +++ b/include/xbt/asserts.hpp @@ -6,12 +6,7 @@ #ifndef SIMGRID_XBT_ASSERTS_HPP #define SIMGRID_XBT_ASSERTS_HPP -#include #include -#include - -namespace simgrid { -namespace xbt { /** * @brief Those are the SimGrid version of the good ol' assert macro. @@ -37,8 +32,4 @@ namespace xbt { } \ } while (0) - -} // namespace xbt -} // namespace simgrid - #endif -- 2.20.1