X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7c05078f9a89dba063df2fc7edea55ae1d6a3ed..708989f9970b6f37f3ca7c7b568bcbfeaa53867f:/src/mc/mc_global.c diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 7760797e1a..d24b438235 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -1,3 +1,8 @@ +/* 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 #include #include @@ -6,7 +11,7 @@ #include "../surf/surf_private.h" #include "../simix/smx_private.h" #include "xbt/fifo.h" -#include "private.h" +#include "mc_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_global, mc,