Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize the dict module on need, w/o relying on lib constructors
[simgrid.git] / src / xbt / log.cpp
index 88726a9..e9c6542 100644 (file)
@@ -6,9 +6,9 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/xbt/log_private.hpp"
+#include "src/xbt/xbt_modinter.h"
 #include "xbt/string.hpp"
 #include "xbt/sysdep.h"
-#include "xbt/xbt_modinter.h"
 
 #include <algorithm>
 #include <array>