summaryrefslogtreecommitdiffstats
path: root/src/channelwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-15 13:08:22 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-15 13:08:22 +0000
commita8357b3dc21ee666bd81aa2e1f3e27170354d226 (patch)
tree396242bd9ce15fb1d323d539444de73885149e9f /src/channelwidget.h
parente1e452ac2209a343feea10a358668a75c5c5e289 (diff)
Move common setup into a shared header
Diffstat (limited to 'src/channelwidget.h')
-rw-r--r--src/channelwidget.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/channelwidget.h b/src/channelwidget.h
index a999783..3472420 100644
--- a/src/channelwidget.h
+++ b/src/channelwidget.h
@@ -21,19 +21,10 @@
#ifndef channelwidget_h
#define channelwidget_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtkmm.h>
-#include <libglademm.h>
+#include "pavucontrol.h"
#include <canberra-gtk.h>
-#include <pulse/pulseaudio.h>
-
-#include "i18n.h"
-
class StreamWidget;
class ChannelWidget : public Gtk::EventBox {