X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7c05078f9a89dba063df2fc7edea55ae1d6a3ed..95c18a574f08e6942b150f12bf0173990a8e9082:/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