Move config.h inclusion to the .cc files

This commit is contained in:
Colin Guthrie 2009-03-18 20:58:17 +00:00
parent 53288073c1
commit c6b73de308
12 changed files with 44 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 ***/

View File

@ -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>

View File

@ -21,10 +21,6 @@
#ifndef pavucontrol_h
#define pavucontrol_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gtkmm.h>
#include <libglademm.h>

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"