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/>. 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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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