mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14: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
|
|
@ -20,7 +20,8 @@
|
|||
#ifndef __gtk_ardour_panner_interface_h__
|
||||
#define __gtk_ardour_panner_interface_h__
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <memory>
|
||||
|
||||
#include <gtkmm/drawingarea.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include "gtkmm2ext/persistent_tooltip.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue