mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove unused includes
This commit is contained in:
parent
3af788018d
commit
63f94d2946
12 changed files with 1 additions and 79 deletions
|
|
@ -27,7 +27,6 @@
|
|||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
#include <cassert>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
@ -43,9 +42,7 @@
|
|||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/stl_delete.h"
|
||||
#include "pbd/whitespace.h"
|
||||
#include "pbd/memento_command.h"
|
||||
#include "pbd/enumwriter.h"
|
||||
#include "pbd/stateful_diff_command.h"
|
||||
|
||||
|
|
@ -53,7 +50,6 @@
|
|||
|
||||
#include "ardour/amp.h"
|
||||
#include "ardour/meter.h"
|
||||
#include "ardour/event_type_map.h"
|
||||
#include "ardour/pannable.h"
|
||||
#include "ardour/panner.h"
|
||||
#include "ardour/plugin_insert.h"
|
||||
|
|
@ -87,7 +83,6 @@
|
|||
#include "point_selection.h"
|
||||
#include "public_editor.h"
|
||||
#include "region_view.h"
|
||||
#include "rgb_macros.h"
|
||||
#include "selection.h"
|
||||
#include "streamview.h"
|
||||
#include "ui_config.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue