mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Trim cruft.
git-svn-id: svn://localhost/ardour2/branches/3.0@6125 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
477bc772be
commit
dd4565801b
1 changed files with 1 additions and 8 deletions
|
|
@ -33,29 +33,22 @@
|
|||
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
#include "pbd/fastlog.h"
|
||||
#include "pbd/ringbufferNPT.h"
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/statefuldestructible.h"
|
||||
|
||||
#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"
|
||||
#include "ardour/chan_count.h"
|
||||
|
||||
struct tm;
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
class AudioEngine;
|
||||
class IO;
|
||||
class Playlist;
|
||||
class Processor;
|
||||
class Region;
|
||||
class Route;
|
||||
class Send;
|
||||
class Session;
|
||||
|
||||
class Diskstream : public SessionObject, public boost::noncopyable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue