X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6a397ff4796b51612a295c39ce1f762ea9933e6..2c8e75834bbb63acef15c560c3de978ab3cb6fbf:/src/simix/smx_context_java.c diff --git a/src/simix/smx_context_java.c b/src/simix/smx_context_java.c index ef79b31112..87139b6bcc 100644 --- a/src/simix/smx_context_java.c +++ b/src/simix/smx_context_java.c @@ -1,13 +1,13 @@ /* context_java - implementation of context switching for java threads */ -/* Copyright (c) 2007-2008 the SimGrid team. All right reserved */ +/* Copyright (c) 2009, 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_java.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(jmsg, bindings, "MSG for Java(TM)");