X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10ceac5fd14fb0426b5c93bda85676a79b02d0be..05736ee0ede974fcf9fb60a13a40c50d62fcc19d:/src/kernel/context/ContextUnix.cpp diff --git a/src/kernel/context/ContextUnix.cpp b/src/kernel/context/ContextUnix.cpp index 550172e6ce..226236e1b6 100644 --- a/src/kernel/context/ContextUnix.cpp +++ b/src/kernel/context/ContextUnix.cpp @@ -1,20 +1,16 @@ -/* Copyright (c) 2009-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2009-2015. 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. */ -/* \file UContext.cpp Context switching with ucontexts from System V */ +/* \file UContext.cpp Context switching with ucontexts from System V */ -#include - -#include #include /* context relative declarations */ -#include "xbt/parmap.h" -#include "src/simix/smx_private.h" -#include "src/internal_config.h" #include "mc/mc.h" +#include "src/simix/ActorImpl.hpp" +#include "src/simix/smx_private.h" +#include "xbt/parmap.h" /** Many integers are needed to store a pointer *