Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
explicitely capture variables in lambda to please sonar
[simgrid.git] / src / msg / msg_task.cpp
index 1e8986f..a8b0c6b 100644 (file)
@@ -3,10 +3,10 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+#include "msg_private.h"
 #include "src/simix/smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
-#include "msg_private.hpp"
 
 /** @addtogroup m_task_management
  *