summaryrefslogtreecommitdiff
path: root/gtk2_ardour/instrument_selector.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-10-15 15:30:33 +0200
committerRobin Gareus <robin@gareus.org>2019-10-15 15:30:33 +0200
commit4eef9c20b86ce804ed14a95c686d5bf0c97ca8c6 (patch)
treecfc24c9d077a9894261ff51507502231f28e8e7a /gtk2_ardour/instrument_selector.cc
parent7f4af33305d6e3b8429ef1d8a7eb3549b3c2b3ff (diff)
Remve unused header includes
Diffstat (limited to 'gtk2_ardour/instrument_selector.cc')
-rw-r--r--gtk2_ardour/instrument_selector.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/instrument_selector.cc b/gtk2_ardour/instrument_selector.cc
index 3b34e6eccc..5356bba726 100644
--- a/gtk2_ardour/instrument_selector.cc
+++ b/gtk2_ardour/instrument_selector.cc
@@ -18,9 +18,10 @@
#include "pbd/convert.h"
#include "pbd/enumwriter.h"
-#include "ardour/chan_count.h"
+
#include "ardour/plugin_manager.h"
#include "gtkmm2ext/gui_thread.h"
+
#include "instrument_selector.h"
#include "pbd/i18n.h"