mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +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
|
|
@ -1,6 +1,8 @@
|
|||
#include <memory>
|
||||
|
||||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "evoral/ControlList.h"
|
||||
|
||||
class CurveTest : public CppUnit::TestFixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue