summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
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/pavucontrol.cc
parente1e452ac2209a343feea10a358668a75c5c5e289 (diff)
Move common setup into a shared header
Diffstat (limited to 'src/pavucontrol.cc')
-rw-r--r--src/pavucontrol.cc11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index 597591e..64b4d8c 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -18,20 +18,15 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "pavucontrol.h"
#include <signal.h>
#include <string.h>
-#include <gtkmm.h>
-#include <libglademm.h>
#include <libintl.h>
#include <canberra-gtk.h>
-#include <pulse/pulseaudio.h>
#include <pulse/glib-mainloop.h>
#include <pulse/ext-stream-restore.h>
@@ -40,10 +35,6 @@
#include "channelwidget.h"
#include "streamwidget.h"
-#ifndef GLADE_FILE
-#define GLADE_FILE "pavucontrol.glade"
-#endif
-
static pa_context *context = NULL;
static int n_outstanding = 0;