-#include "deployment.h"
-
#include <iomanip>
#include <sstream>
#include <msg/msg.h>
#include <xbt/dynar.h>
#include <xbt/log.h>
+
+XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(depl);
+
#include "hostdata.h"
#include "options.h"
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(depl);
+#include "deployment.h"
void MY_launch_application()
{