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:
Paul Davis 2023-02-16 10:59:41 -07:00
parent 25fcdf57de
commit 39ed528e25
156 changed files with 257 additions and 272 deletions

View file

@ -20,11 +20,15 @@
*/
#include <iostream>
#include <boost/weak_ptr.hpp>
#include <memory>
#include <cairo.h>
#include "gtkmm2ext/keyboard.h"
#include "ardour/bundle.h"
#include "gtkmm2ext/keyboard.h"
#include "gtkmm2ext/colors.h"
#include "port_matrix_row_labels.h"