mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Clean up control_protocol includes
This order (most local first) is better because it's more likely to catch missing includes.
This commit is contained in:
parent
0fae0055e9
commit
8adc08adc0
3 changed files with 15 additions and 18 deletions
|
|
@ -23,17 +23,14 @@
|
|||
#ifndef __ardour_basic_ui_h__
|
||||
#define __ardour_basic_ui_h__
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/presentation_info.h"
|
||||
|
||||
#include "ardour/types.h"
|
||||
#include "control_protocol/visibility.h"
|
||||
#include "pbd/signals.h"
|
||||
#include "temporal/time.h"
|
||||
|
||||
#include "control_protocol/visibility.h"
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
|
|
|
|||
|
|
@ -22,18 +22,17 @@
|
|||
#ifndef ardour_control_protocols_h
|
||||
#define ardour_control_protocols_h
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
#include "pbd/stateful.h"
|
||||
|
||||
#include "control_protocol/basic_ui.h"
|
||||
#include "control_protocol/types.h"
|
||||
#include "control_protocol/visibility.h"
|
||||
#include "pbd/signals.h"
|
||||
#include "pbd/stateful.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,10 @@
|
|||
#ifndef __ardour_control_protocol_types_h__
|
||||
#define __ardour_control_protocol_types_h__
|
||||
|
||||
#include <vector>
|
||||
#include <boost/smart_ptr.hpp>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace ARDOUR {
|
||||
class Route;
|
||||
class Stripable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue