Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cut some more includes
[simgrid.git] / src / mc / mc_config.cpp
index 8ef5d0b..4ad2251 100644 (file)
@@ -4,9 +4,9 @@
 /* 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 <xbt/str.h>
-#include <xbt/log.h>
+#include "xbt/log.h"
 #include <xbt/config.h>
+#include <xbt/str.h>
 
 #include <mc/mc.h>
 #include "src/mc/mc_replay.h"