From 4aa8651880d7ef554914e231a6de4651dd41acca Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Wed, 27 Mar 2013 15:42:27 +0100 Subject: Consistently use `#include "config.h"` everywhere https://bugzilla.gnome.org/show_bug.cgi?id=696718 --- src/empathy-about-dialog.c | 2 +- src/empathy-accounts-common.c | 2 +- src/empathy-accounts-dialog.c | 2 +- src/empathy-accounts.c | 2 +- src/empathy-audio-sink.c | 2 +- src/empathy-auth-client.c | 2 +- src/empathy-call-observer.c | 2 +- src/empathy-call.c | 2 +- src/empathy-camera-menu.c | 2 +- src/empathy-chat-window.c | 2 +- src/empathy-chat.c | 2 +- src/empathy-chatrooms-window.c | 2 +- src/empathy-debugger.c | 2 +- src/empathy-event-manager.c | 2 +- src/empathy-import-dialog.c | 2 +- src/empathy-import-pidgin.c | 2 +- src/empathy-import-widget.c | 2 +- src/empathy-mic-menu.c | 2 +- src/empathy-mic-monitor.c | 2 +- src/empathy-new-chatroom-dialog.c | 2 +- src/empathy-notifications-approver.c | 2 +- src/empathy-preferences.c | 2 +- src/empathy-roster-window.c | 2 +- src/empathy-status-icon.c | 2 +- src/empathy.c | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) (limited to 'src') diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 3204d0f08..d63002f80 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -22,7 +22,7 @@ * Xavier Claessens */ -#include +#include "config.h" #include #include diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c index 346803c21..dbef97e32 100644 --- a/src/empathy-accounts-common.c +++ b/src/empathy-accounts-common.c @@ -24,7 +24,7 @@ * Travis Reitter */ -#include +#include "config.h" #include #include diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 33c382f6d..6d5a64414 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -24,7 +24,7 @@ * Danielle Madeley */ -#include +#include "config.h" #include #include diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index e3bf938a4..3de54d887 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -24,7 +24,7 @@ * Travis Reitter */ -#include +#include "config.h" #include #include diff --git a/src/empathy-audio-sink.c b/src/empathy-audio-sink.c index db182adb5..862d71e5c 100644 --- a/src/empathy-audio-sink.c +++ b/src/empathy-audio-sink.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include #include diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c index 578e63f6e..6a7d4f6a5 100644 --- a/src/empathy-auth-client.c +++ b/src/empathy-auth-client.c @@ -19,7 +19,7 @@ * Authors: Cosimo Cecchi */ -#include +#include "config.h" #include #include diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c index 385fce1c4..266691311 100644 --- a/src/empathy-call-observer.c +++ b/src/empathy-call-observer.c @@ -18,7 +18,7 @@ * Authors: Emilio Pozuelo Monfort */ -#include +#include "config.h" #include diff --git a/src/empathy-call.c b/src/empathy-call.c index 71fef2e10..495c76e56 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -20,7 +20,7 @@ * Guillaume Desmottes */ -#include +#include "config.h" #include #include diff --git a/src/empathy-camera-menu.c b/src/empathy-camera-menu.c index 5f1bd07ba..fa2c97e15 100644 --- a/src/empathy-camera-menu.c +++ b/src/empathy-camera-menu.c @@ -19,7 +19,7 @@ * Thanks guys! */ -#include +#include "config.h" #include diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 676c4ef23..0d20d6cc7 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -25,7 +25,7 @@ * RĂ´mulo Fernandes Machado */ -#include +#include "config.h" #include diff --git a/src/empathy-chat.c b/src/empathy-chat.c index 0e571bc3b..acae7ec6d 100644 --- a/src/empathy-chat.c +++ b/src/empathy-chat.c @@ -20,7 +20,7 @@ * Guillaume Desmottes */ -#include +#include "config.h" #include #include diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c index 2aa0f05cf..76c2e3608 100644 --- a/src/empathy-chatrooms-window.c +++ b/src/empathy-chatrooms-window.c @@ -23,7 +23,7 @@ * Mikael Hallendal */ -#include +#include "config.h" #include #include diff --git a/src/empathy-debugger.c b/src/empathy-debugger.c index d4ce3273a..5249491ed 100644 --- a/src/empathy-debugger.c +++ b/src/empathy-debugger.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include #include diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index b0017e609..39a1f2962 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -19,7 +19,7 @@ * Sjoerd Simons */ -#include +#include "config.h" #include #include diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index 500e82b8b..e3433c530 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -20,7 +20,7 @@ * Cosimo Cecchi */ -#include +#include "config.h" #include #include diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c index 56a742d22..fa5cc7434 100644 --- a/src/empathy-import-pidgin.c +++ b/src/empathy-import-pidgin.c @@ -19,7 +19,7 @@ * Authors: Jonny Lamb * */ -#include +#include "config.h" #include #include diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c index 93df39630..e085ebaff 100644 --- a/src/empathy-import-widget.c +++ b/src/empathy-import-widget.c @@ -22,7 +22,7 @@ /* empathy-import-widget.c */ -#include +#include "config.h" #include "empathy-import-dialog.h" #include "empathy-import-widget.h" diff --git a/src/empathy-mic-menu.c b/src/empathy-mic-menu.c index f3d46b17e..9e8141a87 100644 --- a/src/empathy-mic-menu.c +++ b/src/empathy-mic-menu.c @@ -19,7 +19,7 @@ * Thanks guys! */ -#include +#include "config.h" #include diff --git a/src/empathy-mic-monitor.c b/src/empathy-mic-monitor.c index 29d2d3a3d..2f04fbbca 100644 --- a/src/empathy-mic-monitor.c +++ b/src/empathy-mic-monitor.c @@ -17,7 +17,7 @@ * */ -#include +#include "config.h" #include diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 8b6e9a380..031d1730e 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -21,7 +21,7 @@ * Xavier Claessens */ -#include +#include "config.h" #include diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c index 2f42c7613..a91e2961d 100644 --- a/src/empathy-notifications-approver.c +++ b/src/empathy-notifications-approver.c @@ -17,7 +17,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index 02b34dcf0..b7bae34ff 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -23,7 +23,7 @@ * Danielle Madeley */ -#include +#include "config.h" #include #include diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 38adf45fa..41cd74e70 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -21,7 +21,7 @@ * Danielle Madeley */ -#include +#include "config.h" #include #include diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index b26b925c8..b51a5651a 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -19,7 +19,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include diff --git a/src/empathy.c b/src/empathy.c index fcfa0bc65..8a5dce059 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -19,7 +19,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include #include -- cgit v1.2.3