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 --- libempathy-gtk/empathy-account-widget.c | 2 +- libempathy-gtk/empathy-bad-password-dialog.c | 2 +- libempathy-gtk/empathy-base-password-dialog.c | 2 +- libempathy-gtk/empathy-cell-renderer-activatable.c | 2 +- libempathy-gtk/empathy-chat.c | 2 +- libempathy-gtk/empathy-contact-widget.c | 2 +- libempathy-gtk/empathy-contactinfo-utils.c | 2 +- libempathy-gtk/empathy-dialpad-widget.c | 2 +- libempathy-gtk/empathy-groups-widget.c | 2 +- libempathy-gtk/empathy-individual-dialogs.c | 2 +- libempathy-gtk/empathy-individual-edit-dialog.c | 2 +- libempathy-gtk/empathy-individual-information-dialog.c | 2 +- libempathy-gtk/empathy-individual-widget.c | 2 +- libempathy-gtk/empathy-live-search.c | 2 +- libempathy-gtk/empathy-new-call-dialog.c | 2 +- libempathy-gtk/empathy-new-message-dialog.c | 2 +- libempathy-gtk/empathy-notify-manager.c | 2 +- libempathy-gtk/empathy-password-dialog.c | 2 +- libempathy-gtk/empathy-protocol-chooser.c | 2 +- libempathy-gtk/empathy-smiley-manager.c | 2 +- libempathy-gtk/empathy-sound-manager.c | 2 +- libempathy-gtk/empathy-string-parser.c | 2 +- libempathy-gtk/empathy-tls-dialog.c | 2 +- libempathy-gtk/empathy-ui-utils.c | 2 +- libempathy/cheese-camera-device-monitor.c | 2 +- libempathy/empathy-auth-factory.c | 2 +- libempathy/empathy-camera-monitor.c | 2 +- libempathy/empathy-client-factory.c | 2 +- libempathy/empathy-connection-aggregator.c | 2 +- libempathy/empathy-individual-manager.c | 2 +- libempathy/empathy-irc-network-manager.c | 2 +- libempathy/empathy-irc-network.c | 2 +- libempathy/empathy-irc-server.c | 2 +- libempathy/empathy-request-util.c | 2 +- libempathy/empathy-tls-verifier.c | 2 +- libempathy/empathy-tp-chat.c | 2 +- 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 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 2a98120ec..8a8475b2f 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -24,7 +24,7 @@ * Danielle Madeley */ -#include +#include "config.h" #include diff --git a/libempathy-gtk/empathy-bad-password-dialog.c b/libempathy-gtk/empathy-bad-password-dialog.c index 78b8b879e..3a582eac0 100644 --- a/libempathy-gtk/empathy-bad-password-dialog.c +++ b/libempathy-gtk/empathy-bad-password-dialog.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-bad-password-dialog.h" diff --git a/libempathy-gtk/empathy-base-password-dialog.c b/libempathy-gtk/empathy-base-password-dialog.c index 5ca6cb676..20238343d 100644 --- a/libempathy-gtk/empathy-base-password-dialog.c +++ b/libempathy-gtk/empathy-base-password-dialog.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-base-password-dialog.h" diff --git a/libempathy-gtk/empathy-cell-renderer-activatable.c b/libempathy-gtk/empathy-cell-renderer-activatable.c index c2325adec..72cb4a7be 100644 --- a/libempathy-gtk/empathy-cell-renderer-activatable.c +++ b/libempathy-gtk/empathy-cell-renderer-activatable.c @@ -20,7 +20,7 @@ * Cosimo Cecchi */ -#include +#include "config.h" #include diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 1c0e11a3a..5a53867e2 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -26,7 +26,7 @@ * Xavier Claessens */ -#include +#include "config.h" /* for GCompletion */ #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 421cb9133..0acf2a3e6 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -19,7 +19,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-contactinfo-utils.c b/libempathy-gtk/empathy-contactinfo-utils.c index 5e4fad787..1f3b22135 100644 --- a/libempathy-gtk/empathy-contactinfo-utils.c +++ b/libempathy-gtk/empathy-contactinfo-utils.c @@ -20,7 +20,7 @@ * Danielle Madeley */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-dialpad-widget.c b/libempathy-gtk/empathy-dialpad-widget.c index 87d1d1e3c..8fd65bdb2 100644 --- a/libempathy-gtk/empathy-dialpad-widget.c +++ b/libempathy-gtk/empathy-dialpad-widget.c @@ -19,7 +19,7 @@ * Authors: Danielle Madeley */ -#include +#include "config.h" #include "empathy-dialpad-widget.h" diff --git a/libempathy-gtk/empathy-groups-widget.c b/libempathy-gtk/empathy-groups-widget.c index cc3653bbe..2e609cd9f 100644 --- a/libempathy-gtk/empathy-groups-widget.c +++ b/libempathy-gtk/empathy-groups-widget.c @@ -19,7 +19,7 @@ * Philip Withnall */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-individual-dialogs.c b/libempathy-gtk/empathy-individual-dialogs.c index e3b653b32..7bbde2659 100644 --- a/libempathy-gtk/empathy-individual-dialogs.c +++ b/libempathy-gtk/empathy-individual-dialogs.c @@ -19,7 +19,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-individual-edit-dialog.c b/libempathy-gtk/empathy-individual-edit-dialog.c index 8fba058f8..ec3bf9a1f 100644 --- a/libempathy-gtk/empathy-individual-edit-dialog.c +++ b/libempathy-gtk/empathy-individual-edit-dialog.c @@ -20,7 +20,7 @@ * Travis Reitter */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-individual-information-dialog.c b/libempathy-gtk/empathy-individual-information-dialog.c index 65dc68af7..88648bdf2 100644 --- a/libempathy-gtk/empathy-individual-information-dialog.c +++ b/libempathy-gtk/empathy-individual-information-dialog.c @@ -21,7 +21,7 @@ * Travis Reitter */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index 8cd926260..d962939f3 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -19,7 +19,7 @@ * Philip Withnall */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c index 443882fc5..4a5ba8569 100644 --- a/libempathy-gtk/empathy-live-search.c +++ b/libempathy-gtk/empathy-live-search.c @@ -21,7 +21,7 @@ * Claudio Saavedra */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c index c8538b5cf..1fff3c7ae 100644 --- a/libempathy-gtk/empathy-new-call-dialog.c +++ b/libempathy-gtk/empathy-new-call-dialog.c @@ -18,7 +18,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 0b707c4f8..c12803278 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -18,7 +18,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index b37c1f59a..383a423c8 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -17,7 +17,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include diff --git a/libempathy-gtk/empathy-password-dialog.c b/libempathy-gtk/empathy-password-dialog.c index 339e0a146..a85a9d8e6 100644 --- a/libempathy-gtk/empathy-password-dialog.c +++ b/libempathy-gtk/empathy-password-dialog.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-password-dialog.h" diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c index 2ff35644f..50a96da71 100644 --- a/libempathy-gtk/empathy-protocol-chooser.c +++ b/libempathy-gtk/empathy-protocol-chooser.c @@ -20,7 +20,7 @@ * Jonny Lamb */ -#include +#include "config.h" #include diff --git a/libempathy-gtk/empathy-smiley-manager.c b/libempathy-gtk/empathy-smiley-manager.c index a589d300a..05107d9e1 100644 --- a/libempathy-gtk/empathy-smiley-manager.c +++ b/libempathy-gtk/empathy-smiley-manager.c @@ -20,7 +20,7 @@ * Xavier Claessens */ -#include +#include "config.h" #include diff --git a/libempathy-gtk/empathy-sound-manager.c b/libempathy-gtk/empathy-sound-manager.c index 1d4d118d7..7b68dc0e0 100644 --- a/libempathy-gtk/empathy-sound-manager.c +++ b/libempathy-gtk/empathy-sound-manager.c @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-sound-manager.h" diff --git a/libempathy-gtk/empathy-string-parser.c b/libempathy-gtk/empathy-string-parser.c index 03eaaef29..3f4d16fcd 100644 --- a/libempathy-gtk/empathy-string-parser.c +++ b/libempathy-gtk/empathy-string-parser.c @@ -18,7 +18,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 34af2f034..2ef15f72b 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-tls-dialog.h" diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 97ba5281c..56b85856e 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -29,7 +29,7 @@ * Jeroen Zwartepoorte */ -#include +#include "config.h" #include #include diff --git a/libempathy/cheese-camera-device-monitor.c b/libempathy/cheese-camera-device-monitor.c index 8e6d540a8..42065f68d 100644 --- a/libempathy/cheese-camera-device-monitor.c +++ b/libempathy/cheese-camera-device-monitor.c @@ -22,7 +22,7 @@ * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H - #include + #include "config.h" #endif #include diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index f20ce8a3a..b2f2b802f 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-auth-factory.h" diff --git a/libempathy/empathy-camera-monitor.c b/libempathy/empathy-camera-monitor.c index 74fdb44d7..533747750 100644 --- a/libempathy/empathy-camera-monitor.c +++ b/libempathy/empathy-camera-monitor.c @@ -18,7 +18,7 @@ * Authors: Emilio Pozuelo Monfort */ -#include +#include "config.h" #include diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 2d3691a1e..1c8fc58cf 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -19,7 +19,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include "empathy-client-factory.h" diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c index 32a3bbb0b..f1018a1b7 100644 --- a/libempathy/empathy-connection-aggregator.c +++ b/libempathy/empathy-connection-aggregator.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include "empathy-connection-aggregator.h" diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 57815e13e..e99a6e86f 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -20,7 +20,7 @@ * Travis Reitter */ -#include +#include "config.h" #include diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c index a9d89dca9..daef04059 100644 --- a/libempathy/empathy-irc-network-manager.c +++ b/libempathy/empathy-irc-network-manager.c @@ -18,7 +18,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include #include diff --git a/libempathy/empathy-irc-network.c b/libempathy/empathy-irc-network.c index 66c1f49d4..41128dae4 100644 --- a/libempathy/empathy-irc-network.c +++ b/libempathy/empathy-irc-network.c @@ -19,7 +19,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include #include diff --git a/libempathy/empathy-irc-server.c b/libempathy/empathy-irc-server.c index f0a13d09f..04fd21de7 100644 --- a/libempathy/empathy-irc-server.c +++ b/libempathy/empathy-irc-server.c @@ -18,7 +18,7 @@ * Authors: Guillaume Desmottes */ -#include +#include "config.h" #include #include #include diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index 196925b54..f83cb4c59 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -19,7 +19,7 @@ * Cosimo Cecchi */ -#include +#include "config.h" #include diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index a9a4f3818..16948b1b9 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "config.h" #include #include diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 42ab0836e..ae3ed3f17 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -18,7 +18,7 @@ * Authors: Xavier Claessens */ -#include +#include "config.h" #include 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