mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -22,13 +22,14 @@
|
|||
#define __gtk_ardour_port_matrix_h__
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/scrollbar.h>
|
||||
#include <gtkmm/table.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/checkbutton.h>
|
||||
#include <gtkmm/notebook.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "ardour/bundle.h"
|
||||
#include "ardour/types.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue