mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-08 20:38:09 +02:00
Shuffle some headers around a bit so that some systems don't have build errors
This commit is contained in:
parent
c4208bfd8e
commit
6499304945
2 changed files with 5 additions and 7 deletions
|
|
@ -24,13 +24,6 @@
|
|||
|
||||
#include "pavucontrol.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <libintl.h>
|
||||
|
||||
#include <canberra-gtk.h>
|
||||
|
||||
#include <pulse/glib-mainloop.h>
|
||||
#include <pulse/ext-stream-restore.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
#ifndef pavucontrol_h
|
||||
#define pavucontrol_h
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <libintl.h>
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <libglademm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue