Skip to content
Snippets Groups Projects
Commit c6b73de3 authored by Colin Guthrie's avatar Colin Guthrie
Browse files

Move config.h inclusion to the .cc files

parent 53288073
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "cardwidget.h"
#include "i18n.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "channelwidget.h"
#include "streamwidget.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mainwindow.h"
#include "cardwidget.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "minimalstreamwidget.h"
/*** MinimalStreamWidget ***/
......
......@@ -18,6 +18,10 @@
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>
......
......@@ -21,10 +21,6 @@
#ifndef pavucontrol_h
#define pavucontrol_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gtkmm.h>
#include <libglademm.h>
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "rolewidget.h"
#include <pulse/ext-stream-restore.h>
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "sinkinputwidget.h"
#include "mainwindow.h"
#include "sinkwidget.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "sinkwidget.h"
#include "i18n.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "sourceoutputwidget.h"
#include "mainwindow.h"
#include "sourcewidget.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "sourcewidget.h"
#include "i18n.h"
......
......@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "streamwidget.h"
#include "channelwidget.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment