Replace boost::scoped_ptr with std::unique_ptr (1/2)

This commit is contained in:
Alejandro Domínguez 2024-08-26 04:32:38 +02:00 committed by Robin Gareus
parent 883a7cc65b
commit 1ffb70f670
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
12 changed files with 9 additions and 28 deletions

View file

@ -42,8 +42,6 @@
#include <portaudio.h>
#endif
#include <boost/scoped_ptr.hpp>
#include "pbd/gstdio_compat.h"
#include <glibmm/miscutils.h>