X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..d5c5c81b80995b117219aa475399de9aaeef5763:/include/simgrid/link.h?ds=sidebyside diff --git a/include/simgrid/link.h b/include/simgrid/link.h index e3c465df13..07aecc945b 100644 --- a/include/simgrid/link.h +++ b/include/simgrid/link.h @@ -1,7 +1,6 @@ /* Public interface to the Link datatype */ -/* Copyright (c) 2015-2018. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2015-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,8 +8,8 @@ #ifndef INCLUDE_SIMGRID_LINK_H_ #define INCLUDE_SIMGRID_LINK_H_ -#include "simgrid/forward.h" -#include "xbt/base.h" +#include +#include /* C interface */ SG_BEGIN_DECL()