X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1715704770cb8535d3bb511dd32eba8b8e53bbe..ebcb91551aa801d2353d854ffe9c1d1bf72d7db9:/examples/simdag/test/sd_test.cpp diff --git a/examples/simdag/test/sd_test.cpp b/examples/simdag/test/sd_test.cpp index 5ba0bc0dd0..3b3de64480 100644 --- a/examples/simdag/test/sd_test.cpp +++ b/examples/simdag/test/sd_test.cpp @@ -1,16 +1,16 @@ -/* Copyright (c) 2006-2015. The SimGrid Team. +/* Copyright (c) 2006-2017. The SimGrid Team. * All rights reserved. */ /* 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 "simgrid/simdag.h" #include "simgrid/s4u.hpp" +#include "simgrid/simdag.h" #include "xbt/ex.h" -#include #include "xbt/log.h" -#include +#include #include +#include XBT_LOG_NEW_DEFAULT_CATEGORY(sd_test, "Logging specific to this SimDag example");