X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4b4fd8c686e435785200b4df8315ee5185b9201..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/simix/smx_context_base.c diff --git a/src/simix/smx_context_base.c b/src/simix/smx_context_base.c index 1cce400d76..88b7875783 100644 --- a/src/simix/smx_context_base.c +++ b/src/simix/smx_context_base.c @@ -1,13 +1,14 @@ /* context_base - Code factorization accross context switching implementations */ -/* Copyright (c) 2010 the SimGrid team. All right reserved */ +/* Copyright (c) 2010. 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. */ #include "xbt/function_types.h" -#include "private.h" +#include "smx_context_private.h" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(bindings);