From 0d3ec0c148a299340f3303b44177954e18e281f5 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 17 Oct 2022 17:58:48 +0200 Subject: [PATCH] sample_group.cxx: remove unneeded #include directive --- simgear/sound/sample_group.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/sound/sample_group.cxx b/simgear/sound/sample_group.cxx index cff2408c..1ac3fd6d 100644 --- a/simgear/sound/sample_group.cxx +++ b/simgear/sound/sample_group.cxx @@ -52,7 +52,6 @@ SGSampleGroup::~SGSampleGroup () _smgr = nullptr; } -#include void SGSampleGroup::cleanup_removed_samples() { // Delete any buffers that might still be in use.