13
0

Remove #include <boost/shared_ptr.hpp>

This commit is contained in:
Alejandro Domínguez 2024-08-26 05:53:54 +02:00 committed by Robin Gareus
parent 3abf0a9058
commit c0062fff86
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
7 changed files with 1 additions and 14 deletions

View File

@ -38,8 +38,6 @@
#include <climits>
#include <vector>
#include "boost/shared_ptr.hpp"
#include "pbd/floating.h"
#include "pbd/memento_command.h"
#include "pbd/stl_delete.h"

View File

@ -24,7 +24,6 @@
#define __ardour_ui_midi_channel_selector_h__
#include <set>
#include "boost/shared_ptr.hpp"
#include "sigc++/trackable.h"
#include "gtkmm/table.h"

View File

@ -25,8 +25,6 @@
#include <string>
#include "boost/shared_ptr.hpp"
#include "pbd/signals.h"
#include "ardour/libardour_visibility.h"

View File

@ -32,8 +32,6 @@
#include <string>
#include <cmath>
#include "boost/shared_ptr.hpp"
#if __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif /* __APPLE__ */

View File

@ -28,7 +28,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True)
# Boost headers
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
autowaf.check_header(conf, 'cxx', 'boost/format.hpp')
def build(bld):

View File

@ -1,9 +1,5 @@
#define DEBUG_SHARED_PTR
#ifndef DEBUG_SHARED_PTR
#include <boost/shared_ptr.hpp>
#else
#ifdef DEBUG_SHARED_PTR
#include "pbd/stacktrace.h"

View File

@ -29,7 +29,6 @@
#include <set>
#include <vector>
#include <glibmm/threads.h>
#include <boost/shared_ptr.hpp>
#include "pbd/stacktrace.h"
#include "pbd/boost_debug.h"