X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3ae712a1b95294052b6e8136d0f0f2d4b30e6eb..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/examples/msg/io/file.c diff --git a/examples/msg/io/file.c b/examples/msg/io/file.c index 6d7b63517f..cb5df5501d 100644 --- a/examples/msg/io/file.c +++ b/examples/msg/io/file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2010, 2012-2014. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -22,8 +22,7 @@ #include #include -#include "msg/msg.h" -#include "surf/surf_private.h" +#include "simgrid/msg.h" int host(int argc, char *argv[]);