mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Replace boost::shared_array<T> with std::shared_ptr<T[]>
This commit is contained in:
parent
a3d4888be3
commit
5223b176f3
14 changed files with 7 additions and 29 deletions
|
|
@ -21,8 +21,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
#include "midi++/types.h"
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <cerrno>
|
||||
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
#include "pbd/failed_constructor.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include <cerrno>
|
||||
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
#include "pbd/failed_constructor.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
#include "midi++/types.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue