mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Bit of include trimming.
git-svn-id: svn://localhost/ardour2/branches/3.0@5291 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c02b88b969
commit
1a5de76f7e
3 changed files with 5 additions and 4 deletions
|
|
@ -37,11 +37,12 @@
|
|||
|
||||
#include <glibmm/thread.h>
|
||||
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
#include "fft_graph.h"
|
||||
#include "fft_result.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
}
|
||||
|
||||
class AnalysisWindow : public Gtk::Window
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@
|
|||
#include "ardour/audioregion.h"
|
||||
|
||||
#include "region_view.h"
|
||||
#include "route_time_axis.h"
|
||||
|
||||
#include "time_axis_view_item.h"
|
||||
#include "automation_line.h"
|
||||
#include "enums.h"
|
||||
|
|
@ -45,6 +43,7 @@ class AudioRegionGainLine;
|
|||
class AudioRegionEditor;
|
||||
class GhostRegion;
|
||||
class AutomationTimeAxisView;
|
||||
class RouteTimeAxisView;
|
||||
|
||||
class AudioRegionView : public RegionView
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
#include "audio_region_view.h"
|
||||
#include "public_editor.h"
|
||||
#include "utils.h"
|
||||
#include "time_axis_view.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue