X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ca0df6f5bb17b5708c11a19846c0e90e25b7889..61ab0b23d55ea10365ba11d22b8c11b39cbf16e9:/src/simix/smx_io.cpp diff --git a/src/simix/smx_io.cpp b/src/simix/smx_io.cpp index b0363e9d38..e5a998c257 100644 --- a/src/simix/smx_io.cpp +++ b/src/simix/smx_io.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2018. 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. */ @@ -9,12 +9,12 @@ #include "simgrid/s4u/Host.hpp" #include "simgrid/s4u/Storage.hpp" +#include "smx_private.hpp" +#include "src/simix/smx_io_private.hpp" #include "src/surf/HostImpl.hpp" #include "src/surf/StorageImpl.hpp" -#include "surf/surf.hpp" - -#include "smx_private.hpp" #include "src/surf/surf_interface.hpp" +#include "surf/surf.hpp" #include "src/kernel/activity/SynchroIo.hpp"