]> AND Private Git Repository - loba.git/blobdiff - hostdata.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Partially revert "modif simple"
[loba.git] / hostdata.cpp
index 3ac7b0b540b02f4a5cc3063dadfc0ac2496ae12b..8a86eb976f3c9941ce17b85815167dba10a9a8e8 100644 (file)
@@ -1,14 +1,15 @@
-#include "hostdata.h"
-
 #include <cstring>
 #include <algorithm>
 #include <stdexcept>
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
+
+XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(main);
+
 #include "misc.h"
 #include "options.h"
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(main);
+#include "hostdata.h"
 
 std::vector<hostdata> hostdata::hosts;