mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +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
|
|
@ -19,18 +19,17 @@
|
|||
#ifndef __libbackend_pulse_audiobackend_h__
|
||||
#define __libbackend_pulse_audiobackend_h__
|
||||
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <pulse/pulseaudio.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "pbd/natsort.h"
|
||||
|
||||
#include "ardour/audio_backend.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue