Remove unused includes

This commit is contained in:
Stefan Müller 2025-02-14 12:03:03 +01:00
parent ba3d151e96
commit 8bea3c2c48
3 changed files with 0 additions and 5 deletions

View File

@ -13,8 +13,6 @@
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <http://www.gnu.org/licenses/>.
#include <iostream>
#include <aoc/HistorianHysteria.hpp>
const std::string HistorianHysteria::getPuzzleName() const

View File

@ -15,7 +15,6 @@
#include <aoc/RedNosedReports.hpp>
#include <iostream>
#include <sstream>
#include <vector>

View File

@ -15,8 +15,6 @@
#include <aoc/ResonantCollinearity.hpp>
#include <iostream>
const std::string ResonantCollinearity::getPuzzleName() const
{
return "Day 8: Resonant Collinearity";