Move config.h inclusion to the .cc files
This commit is contained in:
parent
53288073c1
commit
c6b73de308
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "cardwidget.h"
|
#include "cardwidget.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "channelwidget.h"
|
#include "channelwidget.h"
|
||||||
#include "streamwidget.h"
|
#include "streamwidget.h"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
#include "cardwidget.h"
|
#include "cardwidget.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "minimalstreamwidget.h"
|
#include "minimalstreamwidget.h"
|
||||||
|
|
||||||
/*** MinimalStreamWidget ***/
|
/*** MinimalStreamWidget ***/
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "pavucontrol.h"
|
#include "pavucontrol.h"
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
|
@ -21,10 +21,6 @@
|
||||||
#ifndef pavucontrol_h
|
#ifndef pavucontrol_h
|
||||||
#define pavucontrol_h
|
#define pavucontrol_h
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <gtkmm.h>
|
#include <gtkmm.h>
|
||||||
#include <libglademm.h>
|
#include <libglademm.h>
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "rolewidget.h"
|
#include "rolewidget.h"
|
||||||
|
|
||||||
#include <pulse/ext-stream-restore.h>
|
#include <pulse/ext-stream-restore.h>
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sinkinputwidget.h"
|
#include "sinkinputwidget.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "sinkwidget.h"
|
#include "sinkwidget.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sinkwidget.h"
|
#include "sinkwidget.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sourceoutputwidget.h"
|
#include "sourceoutputwidget.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "sourcewidget.h"
|
#include "sourcewidget.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sourcewidget.h"
|
#include "sourcewidget.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "streamwidget.h"
|
#include "streamwidget.h"
|
||||||
#include "channelwidget.h"
|
#include "channelwidget.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue