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
@ -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"
|
||||
@ -48,7 +47,8 @@ class Playlist;
|
||||
class Processor;
|
||||
class Region;
|
||||
class Session;
|
||||
class Track;
|
||||
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…
Reference in New Issue
Block a user