Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New callback: simgrid::s4u::onPlatformCreated (right before the simulation start)
[simgrid.git] / src / simix / smx_network_private.h
index 51b0176..2e12211 100644 (file)
@@ -7,17 +7,10 @@
 #ifndef _SIMIX_NETWORK_PRIVATE_H
 #define _SIMIX_NETWORK_PRIVATE_H
 
-#include <string>
-
-#include <boost/intrusive_ptr.hpp>
 #include <boost/circular_buffer.hpp>
 
-#include <xbt/base.h>
-
-#include <simgrid/s4u/Mailbox.hpp>
+#include "simgrid/s4u/Mailbox.hpp"
 
-#include "simgrid/simix.h"
-#include "popping_private.h"
 #include "src/simix/ActorImpl.hpp"