Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_process_change_host becomes ActorImpl::change_host
[simgrid.git] / src / simix / smx_synchro_private.hpp
index 22a765a..e9844bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2012-2019. 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. */
@@ -6,9 +6,7 @@
 #ifndef SIMIX_SYNCHRO_PRIVATE_H
 #define SIMIX_SYNCHRO_PRIVATE_H
 
-#include "simgrid/s4u/ConditionVariable.hpp"
 #include "src/simix/ActorImpl.hpp"
-#include <boost/intrusive/list.hpp>
 
 smx_activity_t SIMIX_synchro_wait(sg_host_t smx_host, double timeout);