Remove #include <boost/smart_ptr.hpp>

This commit is contained in:
Alejandro Domínguez 2024-08-26 06:10:03 +02:00 committed by Robin Gareus
parent 17275239db
commit eb72aae389
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 0 additions and 11 deletions

View file

@ -20,7 +20,6 @@
#define __ardour_control_protocol_types_h__
#include <vector>
#include <boost/smart_ptr.hpp>
namespace ARDOUR {
class Route;

View file

@ -27,8 +27,6 @@
#include <string>
#include <stdint.h>
#include <boost/smart_ptr.hpp>
#include "pbd/controllable.h"
#include "pbd/signals.h"

View file

@ -31,8 +31,6 @@
#include <sys/time.h>
#include <pthread.h>
#include <boost/smart_ptr.hpp>
#define ABSTRACT_UI_EXPORTS
#include "pbd/abstract_ui.h"
#include "midi++/types.h"

View file

@ -20,8 +20,6 @@
#ifndef __ardour_mackie_control_protocol_subview_h__
#define __ardour_mackie_control_protocol_subview_h__
#include <boost/smart_ptr.hpp>
#include "pbd/signals.h"
#include "ardour/types.h"

View file

@ -24,8 +24,6 @@
#include <string>
#include <stdint.h>
#include <boost/smart_ptr.hpp>
#include "pbd/controllable.h"
#include "pbd/signals.h"

View file

@ -26,8 +26,6 @@
#include <sys/time.h>
#include <pthread.h>
#include <boost/smart_ptr.hpp>
#define ABSTRACT_UI_EXPORTS
#include "pbd/abstract_ui.h"
#include "midi++/types.h"