Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add setset to cmake build chain
[simgrid.git] / src / simix / smx_context_base.c
index 1cce400..88b7875 100644 (file)
@@ -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);