mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
std-ize: convert all boost shared/weak ptr includes to <memory>
Also fix stdint.h -> cstdint and alphabetically order std includes
This commit is contained in:
parent
25fcdf57de
commit
39ed528e25
156 changed files with 257 additions and 272 deletions
|
|
@ -21,8 +21,7 @@
|
|||
#ifndef _WAVEVIEW_WAVE_VIEW_H_
|
||||
#define _WAVEVIEW_WAVE_VIEW_H_
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <memory>
|
||||
|
||||
#include <glibmm/refptr.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue