Remove #include <boost/shared_ptr.hpp>
This commit is contained in:
parent
3abf0a9058
commit
c0062fff86
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -25,8 +25,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "boost/shared_ptr.hpp"
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "ardour/libardour_visibility.h"
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
#include "boost/shared_ptr.hpp"
|
||||
|
||||
#if __APPLE__
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#endif /* __APPLE__ */
|
||||
|
@ -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):
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user