Shuffle some headers around a bit so that some systems don't have build errors
This commit is contained in:
parent
c4208bfd8e
commit
6499304945
|
@ -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…
Reference in New Issue