summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-27 15:42:27 +0100
committerEmanuele Aina <emanuele.aina@collabora.com>2013-03-27 17:38:36 +0100
commit4aa8651880d7ef554914e231a6de4651dd41acca (patch)
treea3bed51e1c547640f10a2cffe3076140861b7e6d
parent22e67d00902d4ded9ceea8fbc0f9b168c47a3f2e (diff)
Consistently use `#include "config.h"` everywhere
https://bugzilla.gnome.org/show_bug.cgi?id=696718
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
-rw-r--r--libempathy-gtk/empathy-bad-password-dialog.c2
-rw-r--r--libempathy-gtk/empathy-base-password-dialog.c2
-rw-r--r--libempathy-gtk/empathy-cell-renderer-activatable.c2
-rw-r--r--libempathy-gtk/empathy-chat.c2
-rw-r--r--libempathy-gtk/empathy-contact-widget.c2
-rw-r--r--libempathy-gtk/empathy-contactinfo-utils.c2
-rw-r--r--libempathy-gtk/empathy-dialpad-widget.c2
-rw-r--r--libempathy-gtk/empathy-groups-widget.c2
-rw-r--r--libempathy-gtk/empathy-individual-dialogs.c2
-rw-r--r--libempathy-gtk/empathy-individual-edit-dialog.c2
-rw-r--r--libempathy-gtk/empathy-individual-information-dialog.c2
-rw-r--r--libempathy-gtk/empathy-individual-widget.c2
-rw-r--r--libempathy-gtk/empathy-live-search.c2
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c2
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c2
-rw-r--r--libempathy-gtk/empathy-notify-manager.c2
-rw-r--r--libempathy-gtk/empathy-password-dialog.c2
-rw-r--r--libempathy-gtk/empathy-protocol-chooser.c2
-rw-r--r--libempathy-gtk/empathy-smiley-manager.c2
-rw-r--r--libempathy-gtk/empathy-sound-manager.c2
-rw-r--r--libempathy-gtk/empathy-string-parser.c2
-rw-r--r--libempathy-gtk/empathy-tls-dialog.c2
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
-rw-r--r--libempathy/cheese-camera-device-monitor.c2
-rw-r--r--libempathy/empathy-auth-factory.c2
-rw-r--r--libempathy/empathy-camera-monitor.c2
-rw-r--r--libempathy/empathy-client-factory.c2
-rw-r--r--libempathy/empathy-connection-aggregator.c2
-rw-r--r--libempathy/empathy-individual-manager.c2
-rw-r--r--libempathy/empathy-irc-network-manager.c2
-rw-r--r--libempathy/empathy-irc-network.c2
-rw-r--r--libempathy/empathy-irc-server.c2
-rw-r--r--libempathy/empathy-request-util.c2
-rw-r--r--libempathy/empathy-tls-verifier.c2
-rw-r--r--libempathy/empathy-tp-chat.c2
-rw-r--r--src/empathy-about-dialog.c2
-rw-r--r--src/empathy-accounts-common.c2
-rw-r--r--src/empathy-accounts-dialog.c2
-rw-r--r--src/empathy-accounts.c2
-rw-r--r--src/empathy-audio-sink.c2
-rw-r--r--src/empathy-auth-client.c2
-rw-r--r--src/empathy-call-observer.c2
-rw-r--r--src/empathy-call.c2
-rw-r--r--src/empathy-camera-menu.c2
-rw-r--r--src/empathy-chat-window.c2
-rw-r--r--src/empathy-chat.c2
-rw-r--r--src/empathy-chatrooms-window.c2
-rw-r--r--src/empathy-debugger.c2
-rw-r--r--src/empathy-event-manager.c2
-rw-r--r--src/empathy-import-dialog.c2
-rw-r--r--src/empathy-import-pidgin.c2
-rw-r--r--src/empathy-import-widget.c2
-rw-r--r--src/empathy-mic-menu.c2
-rw-r--r--src/empathy-mic-monitor.c2
-rw-r--r--src/empathy-new-chatroom-dialog.c2
-rw-r--r--src/empathy-notifications-approver.c2
-rw-r--r--src/empathy-preferences.c2
-rw-r--r--src/empathy-roster-window.c2
-rw-r--r--src/empathy-status-icon.c2
-rw-r--r--src/empathy.c2
61 files changed, 61 insertions, 61 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 2a98120e..8a8475b2 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -24,7 +24,7 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy-gtk/empathy-bad-password-dialog.c b/libempathy-gtk/empathy-bad-password-dialog.c
index 78b8b879..3a582eac 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 <config.h>
+#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 5ca6cb67..20238343 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 <config.h>
+#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 c2325ade..72cb4a7b 100644
--- a/libempathy-gtk/empathy-cell-renderer-activatable.c
+++ b/libempathy-gtk/empathy-cell-renderer-activatable.c
@@ -20,7 +20,7 @@
* Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 1c0e11a3..5a53867e 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -26,7 +26,7 @@
* Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#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 421cb913..0acf2a3e 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -19,7 +19,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-contactinfo-utils.c b/libempathy-gtk/empathy-contactinfo-utils.c
index 5e4fad78..1f3b2213 100644
--- a/libempathy-gtk/empathy-contactinfo-utils.c
+++ b/libempathy-gtk/empathy-contactinfo-utils.c
@@ -20,7 +20,7 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-dialpad-widget.c b/libempathy-gtk/empathy-dialpad-widget.c
index 87d1d1e3..8fd65bdb 100644
--- a/libempathy-gtk/empathy-dialpad-widget.c
+++ b/libempathy-gtk/empathy-dialpad-widget.c
@@ -19,7 +19,7 @@
* Authors: Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#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 cc3653bb..2e609cd9 100644
--- a/libempathy-gtk/empathy-groups-widget.c
+++ b/libempathy-gtk/empathy-groups-widget.c
@@ -19,7 +19,7 @@
* Philip Withnall <philip.withnall@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-individual-dialogs.c b/libempathy-gtk/empathy-individual-dialogs.c
index e3b653b3..7bbde265 100644
--- a/libempathy-gtk/empathy-individual-dialogs.c
+++ b/libempathy-gtk/empathy-individual-dialogs.c
@@ -19,7 +19,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-individual-edit-dialog.c b/libempathy-gtk/empathy-individual-edit-dialog.c
index 8fba058f..ec3bf9a1 100644
--- a/libempathy-gtk/empathy-individual-edit-dialog.c
+++ b/libempathy-gtk/empathy-individual-edit-dialog.c
@@ -20,7 +20,7 @@
* Travis Reitter <travis.reitter@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-individual-information-dialog.c b/libempathy-gtk/empathy-individual-information-dialog.c
index 65dc68af..88648bdf 100644
--- a/libempathy-gtk/empathy-individual-information-dialog.c
+++ b/libempathy-gtk/empathy-individual-information-dialog.c
@@ -21,7 +21,7 @@
* Travis Reitter <travis.reitter@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c
index 8cd92626..d962939f 100644
--- a/libempathy-gtk/empathy-individual-widget.c
+++ b/libempathy-gtk/empathy-individual-widget.c
@@ -19,7 +19,7 @@
* Philip Withnall <philip.withnall@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c
index 443882fc..4a5ba856 100644
--- a/libempathy-gtk/empathy-live-search.c
+++ b/libempathy-gtk/empathy-live-search.c
@@ -21,7 +21,7 @@
* Claudio Saavedra <csaavedra@igalia.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index c8538b5c..1fff3c7a 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -18,7 +18,7 @@
* Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 0b707c4f..c1280327 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -18,7 +18,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c
index b37c1f59..383a423c 100644
--- a/libempathy-gtk/empathy-notify-manager.c
+++ b/libempathy-gtk/empathy-notify-manager.c
@@ -17,7 +17,7 @@
* Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <libnotify/notification.h>
diff --git a/libempathy-gtk/empathy-password-dialog.c b/libempathy-gtk/empathy-password-dialog.c
index 339e0a14..a85a9d8e 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 <config.h>
+#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 2ff35644..50a96da7 100644
--- a/libempathy-gtk/empathy-protocol-chooser.c
+++ b/libempathy-gtk/empathy-protocol-chooser.c
@@ -20,7 +20,7 @@
* Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy-gtk/empathy-smiley-manager.c b/libempathy-gtk/empathy-smiley-manager.c
index a589d300..05107d9e 100644
--- a/libempathy-gtk/empathy-smiley-manager.c
+++ b/libempathy-gtk/empathy-smiley-manager.c
@@ -20,7 +20,7 @@
* Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy-gtk/empathy-sound-manager.c b/libempathy-gtk/empathy-sound-manager.c
index 1d4d118d..7b68dc0e 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 <config.h>
+#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 03eaaef2..3f4d16fc 100644
--- a/libempathy-gtk/empathy-string-parser.c
+++ b/libempathy-gtk/empathy-string-parser.c
@@ -18,7 +18,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index 34af2f03..2ef15f72 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 <config.h>
+#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 97ba5281..56b85856 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -29,7 +29,7 @@
* Jeroen Zwartepoorte
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <X11/Xatom.h>
diff --git a/libempathy/cheese-camera-device-monitor.c b/libempathy/cheese-camera-device-monitor.c
index 8e6d540a..42065f68 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
#include <glib-object.h>
diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c
index f20ce8a3..b2f2b802 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 <config.h>
+#include "config.h"
#include "empathy-auth-factory.h"
diff --git a/libempathy/empathy-camera-monitor.c b/libempathy/empathy-camera-monitor.c
index 74fdb44d..53374775 100644
--- a/libempathy/empathy-camera-monitor.c
+++ b/libempathy/empathy-camera-monitor.c
@@ -18,7 +18,7 @@
* Authors: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index 2d3691a1..1c8fc58c 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -19,7 +19,7 @@
* Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include "empathy-client-factory.h"
diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c
index 32a3bbb0..f1018a1b 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 <config.h>
+#include "config.h"
#include "empathy-connection-aggregator.h"
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index 57815e13..e99a6e86 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -20,7 +20,7 @@
* Travis Reitter <travis.reitter@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c
index a9d89dca..daef0405 100644
--- a/libempathy/empathy-irc-network-manager.c
+++ b/libempathy/empathy-irc-network-manager.c
@@ -18,7 +18,7 @@
* Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/libempathy/empathy-irc-network.c b/libempathy/empathy-irc-network.c
index 66c1f49d..41128dae 100644
--- a/libempathy/empathy-irc-network.c
+++ b/libempathy/empathy-irc-network.c
@@ -19,7 +19,7 @@
* Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <glib.h>
diff --git a/libempathy/empathy-irc-server.c b/libempathy/empathy-irc-server.c
index f0a13d09..04fd21de 100644
--- a/libempathy/empathy-irc-server.c
+++ b/libempathy/empathy-irc-server.c
@@ -18,7 +18,7 @@
* Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <glib.h>
diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c
index 196925b5..f83cb4c5 100644
--- a/libempathy/empathy-request-util.c
+++ b/libempathy/empathy-request-util.c
@@ -19,7 +19,7 @@
* Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c
index a9a4f381..16948b1b 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 <config.h>
+#include "config.h"
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 42ab0836..ae3ed3f1 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -18,7 +18,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index 3204d0f0..d63002f8 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -22,7 +22,7 @@
* Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <glib/gi18n.h>
#include <gtk/gtk.h>
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index 346803c2..dbef97e3 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -24,7 +24,7 @@
* Travis Reitter <travis.reitter@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 33c382f6..6d5a6441 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -24,7 +24,7 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index e3bf938a..3de54d88 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -24,7 +24,7 @@
* Travis Reitter <travis.reitter@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/src/empathy-audio-sink.c b/src/empathy-audio-sink.c
index db182adb..862d71e5 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 <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c
index 578e63f6..6a7d4f6a 100644
--- a/src/empathy-auth-client.c
+++ b/src/empathy-auth-client.c
@@ -19,7 +19,7 @@
* Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <glib.h>
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c
index 385fce1c..26669131 100644
--- a/src/empathy-call-observer.c
+++ b/src/empathy-call-observer.c
@@ -18,7 +18,7 @@
* Authors: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <glib/gi18n-lib.h>
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 71fef2e1..495c76e5 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -20,7 +20,7 @@
* Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
diff --git a/src/empathy-camera-menu.c b/src/empathy-camera-menu.c
index 5f1bd07b..fa2c97e1 100644
--- a/src/empathy-camera-menu.c
+++ b/src/empathy-camera-menu.c
@@ -19,7 +19,7 @@
* Thanks guys!
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 676c4ef2..0d20d6cc 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -25,7 +25,7 @@
* RĂ´mulo Fernandes Machado <romulo@castorgroup.net>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/src/empathy-chat.c b/src/empathy-chat.c
index 0e571bc3..acae7ec6 100644
--- a/src/empathy-chat.c
+++ b/src/empathy-chat.c
@@ -20,7 +20,7 @@
* Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c
index 2aa0f05c..76c2e360 100644
--- a/src/empathy-chatrooms-window.c
+++ b/src/empathy-chatrooms-window.c
@@ -23,7 +23,7 @@
* Mikael Hallendal <micke@imendio.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdio.h>
diff --git a/src/empathy-debugger.c b/src/empathy-debugger.c
index d4ce3273..5249491e 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 <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <glib/gi18n.h>
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index b0017e60..39a1f296 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -19,7 +19,7 @@
* Sjoerd Simons <sjoerd.simons@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib/gi18n.h>
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index 500e82b8..e3433c53 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -20,7 +20,7 @@
* Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <gtk/gtk.h>
diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c
index 56a742d2..fa5cc743 100644
--- a/src/empathy-import-pidgin.c
+++ b/src/empathy-import-pidgin.c
@@ -19,7 +19,7 @@
* Authors: Jonny Lamb <jonny.lamb@collabora.co.uk>
* */
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <unistd.h>
diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c
index 93df3963..e085ebaf 100644
--- a/src/empathy-import-widget.c
+++ b/src/empathy-import-widget.c
@@ -22,7 +22,7 @@
/* empathy-import-widget.c */
-#include <config.h>
+#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 f3d46b17..9e8141a8 100644
--- a/src/empathy-mic-menu.c
+++ b/src/empathy-mic-menu.c
@@ -19,7 +19,7 @@
* Thanks guys!
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/src/empathy-mic-monitor.c b/src/empathy-mic-monitor.c
index 29d2d3a3..2f04fbbc 100644
--- a/src/empathy-mic-monitor.c
+++ b/src/empathy-mic-monitor.c
@@ -17,7 +17,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index 8b6e9a38..031d1730 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -21,7 +21,7 @@
* Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c
index 2f42c761..a91e2961 100644
--- a/src/empathy-notifications-approver.c
+++ b/src/empathy-notifications-approver.c
@@ -17,7 +17,7 @@
* Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib/gi18n.h>
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 02b34dcf..b7bae34f 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -23,7 +23,7 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdio.h>
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index 38adf45f..41cd74e7 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -21,7 +21,7 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
-#include <config.h>
+#include "config.h"
#include <sys/stat.h>
#include <gtk/gtk.h>
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index b26b925c..b51a5651 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -19,7 +19,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/src/empathy.c b/src/empathy.c
index fcfa0bc6..8a5dce05 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -19,7 +19,7 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <errno.h>