summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.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/streamwidget.h
parente1e452ac2209a343feea10a358668a75c5c5e289 (diff)
Move common setup into a shared header
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r--src/streamwidget.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h
index da4c8b8..c4b82bb 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -21,14 +21,7 @@
#ifndef streamwidget_h
#define streamwidget_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtkmm.h>
-#include <libglademm.h>
-
-#include <pulse/pulseaudio.h>
+#include "pavucontrol.h"
#include "minimalstreamwidget.h"