X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7c05078f9a89dba063df2fc7edea55ae1d6a3ed..836c888a9f8c7be6a2ec571a2f838c76a7df1a40:/src/mc/mc_state.c diff --git a/src/mc/mc_state.c b/src/mc/mc_state.c index ad66b618e3..858cc93032 100644 --- a/src/mc/mc_state.c +++ b/src/mc/mc_state.c @@ -1,8 +1,11 @@ +/* Copyright (c) 2008-2012 Da 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 "../simix/smx_private.h" #include "xbt/fifo.h" -#include "private.h" +#include "mc_private.h" /** * \brief Creates a state data structure used by the exploration algorithm