aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-27 22:42:27 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-03-28 00:38:36 +0800
commit4aa8651880d7ef554914e231a6de4651dd41acca (patch)
treea3bed51e1c547640f10a2cffe3076140861b7e6d
parent22e67d00902d4ded9ceea8fbc0f9b168c47a3f2e (diff)
downloadgsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.gz
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.bz2
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.lz
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.xz
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.zst
gsoc2013-empathy-4aa8651880d7ef554914e231a6de4651dd41acca.zip
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 2a98120ec..8a8475b2f 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 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 <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 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 <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 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 <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 1c0e11a3a..5a53867e2 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 421cb9133..0acf2a3e6 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 5e4fad787..1f3b22135 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 87d1d1e3c..8fd65bdb2 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 cc3653bbe..2e609cd9f 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 e3b653b32..7bbde2659 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 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 <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 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 <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 8cd926260..d962939f3 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 443882fc5..4a5ba8569 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 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 <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 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 <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 b37c1f59a..383a423c8 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 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 <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 2ff35644f..50a96da71 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 a589d300a..05107d9e1 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 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 <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 03eaaef29..3f4d16fcd 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 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 <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 97ba5281c..56b85856e 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 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 <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 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 <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 74fdb44d7..533747750 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 2d3691a1e..1c8fc58cf 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 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 <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 57815e13e..e99a6e86f 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 a9d89dca9..daef04059 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 66c1f49d4..41128dae4 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 f0a13d09f..04fd21de7 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 196925b54..f83cb4c59 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 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 <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 42ab0836e..ae3ed3f17 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 3204d0f08..d63002f80 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 346803c21..dbef97e32 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 33c382f6d..6d5a64414 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 e3bf938a4..3de54d887 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 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 <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 578e63f6e..6a7d4f6a5 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 385fce1c4..266691311 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 71fef2e10..495c76e56 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 5f1bd07ba..fa2c97e15 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 676c4ef23..0d20d6cc7 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 0e571bc3b..acae7ec6d 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 2aa0f05cf..76c2e3608 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 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 <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 b0017e609..39a1f2962 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 500e82b8b..e3433c530 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 56a742d22..fa5cc7434 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 93df39630..e085ebaff 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 f3d46b17e..9e8141a87 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 29d2d3a3d..2f04fbbca 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 8b6e9a380..031d1730e 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 2f42c7613..a91e2961d 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 02b34dcf0..b7bae34ff 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 38adf45fa..41cd74e70 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 b26b925c8..b51a5651a 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 fcfa0bc65..8a5dce059 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>