Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some useless #includes
[simgrid.git] / teshsuite / simix / generic_simcalls / generic_simcalls.cpp
index cf42eb7..a1e0800 100644 (file)
@@ -4,8 +4,8 @@
 /* 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 <future>
-#include <list>
+#include <memory>
+#include <stdexcept>
 
 #include <xbt/future.hpp>