mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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,9 +21,10 @@
|
|||
#ifndef __export_format_selector_h__
|
||||
#define __export_format_selector_h__
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include <sigc++/signal.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/button.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue