mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Trim includes.
git-svn-id: svn://localhost/ardour2/branches/3.0@7289 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f2e48e8e1b
commit
055f839b1f
2 changed files with 2 additions and 3 deletions
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/chan_count.h"
|
||||
#include "ardour/location.h"
|
||||
#include "ardour/session_object.h"
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/utils.h"
|
||||
|
|
@ -49,6 +48,7 @@ class Processor;
|
|||
class Region;
|
||||
class Session;
|
||||
class Track;
|
||||
class Location;
|
||||
|
||||
class Diskstream : public SessionObject, public PublicDiskstream
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#include "ardour/ardour.h"
|
||||
#include "ardour/session_object.h"
|
||||
#include "ardour/crossfade_compare.h"
|
||||
#include "ardour/location.h"
|
||||
#include "ardour/data_type.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue