X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fe7d56caef2a0298c9e92a9940f539fad0ea821..7f4f03348bd07609e258eb3b545bdafc2c881847:/examples/msg/io/file_unlink.c diff --git a/examples/msg/io/file_unlink.c b/examples/msg/io/file_unlink.c index 9fc88ca303..7b8e965ede 100644 --- a/examples/msg/io/file_unlink.c +++ b/examples/msg/io/file_unlink.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 @@ -13,8 +13,7 @@ #include #include -#include "msg/msg.h" -#include "surf/surf_private.h" +#include "simgrid/msg.h" int host(int argc, char *argv[]);