mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Remove #include <boost/shared_ptr.hpp>
This commit is contained in:
parent
3abf0a9058
commit
c0062fff86
7 changed files with 1 additions and 14 deletions
|
|
@ -38,8 +38,6 @@
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "boost/shared_ptr.hpp"
|
|
||||||
|
|
||||||
#include "pbd/floating.h"
|
#include "pbd/floating.h"
|
||||||
#include "pbd/memento_command.h"
|
#include "pbd/memento_command.h"
|
||||||
#include "pbd/stl_delete.h"
|
#include "pbd/stl_delete.h"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
#define __ardour_ui_midi_channel_selector_h__
|
#define __ardour_ui_midi_channel_selector_h__
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
#include "boost/shared_ptr.hpp"
|
|
||||||
#include "sigc++/trackable.h"
|
#include "sigc++/trackable.h"
|
||||||
|
|
||||||
#include "gtkmm/table.h"
|
#include "gtkmm/table.h"
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "boost/shared_ptr.hpp"
|
|
||||||
|
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
|
|
||||||
#include "ardour/libardour_visibility.h"
|
#include "ardour/libardour_visibility.h"
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include "boost/shared_ptr.hpp"
|
|
||||||
|
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
#endif /* __APPLE__ */
|
#endif /* __APPLE__ */
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True)
|
autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True)
|
||||||
|
|
||||||
# Boost headers
|
# Boost headers
|
||||||
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
|
|
||||||
autowaf.check_header(conf, 'cxx', 'boost/format.hpp')
|
autowaf.check_header(conf, 'cxx', 'boost/format.hpp')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
#define DEBUG_SHARED_PTR
|
#define DEBUG_SHARED_PTR
|
||||||
#ifndef DEBUG_SHARED_PTR
|
#ifdef DEBUG_SHARED_PTR
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include "pbd/stacktrace.h"
|
#include "pbd/stacktrace.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <glibmm/threads.h>
|
#include <glibmm/threads.h>
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
|
|
||||||
#include "pbd/stacktrace.h"
|
#include "pbd/stacktrace.h"
|
||||||
#include "pbd/boost_debug.h"
|
#include "pbd/boost_debug.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue