From: Adrien Gougeon Date: Fri, 15 Sep 2023 07:29:10 +0000 (+0200) Subject: remove deprecated include X-Git-Tag: v3.35~108^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/43274f822da3564ac0b71ca73df3016459d9ecdd?hp=1181a61802d508f491bd25809a33d1a76add2d9b remove deprecated include --- diff --git a/examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp b/examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp index 2fc62da318..624d83ef52 100644 --- a/examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp +++ b/examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp @@ -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