Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove deprecated include
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Fri, 15 Sep 2023 07:29:10 +0000 (09:29 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Fri, 15 Sep 2023 07:29:10 +0000 (09:29 +0200)
examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp

index 2fc62da..624d83e 100644 (file)
@@ -3,7 +3,6 @@
 /* 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 "simgrid/plugins/photovoltaic.hpp"
 #include "simgrid/plugins/solar_panel.hpp"
 #include "simgrid/s4u.hpp"
 #include <simgrid/s4u/Actor.hpp>