[empathy] Consistently use `#include "config.h"` everywhere
- From: Emanuele Aina <emaaa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Consistently use `#include "config.h"` everywhere
- Date: Thu, 28 Mar 2013 09:21:27 +0000 (UTC)
commit 4aa8651880d7ef554914e231a6de4651dd41acca
Author: Emanuele Aina <emanuele aina collabora com>
Date: Wed Mar 27 15:42:27 2013 +0100
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 +-
.../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 2a98120..8a8475b 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 78b8b87..3a582ea 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 5ca6cb6..2023834 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 c2325ad..72cb4a7 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 1c0e11a..5a53867 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 421cb91..0acf2a3 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 5e4fad7..1f3b221 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 87d1d1e..8fd65bd 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 cc3653b..2e609cd 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 e3b653b..7bbde26 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 8fba058..ec3bf9a 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 65dc68a..88648bd 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 8cd9262..d962939 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 443882f..4a5ba85 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 c8538b5..1fff3c7 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 0b707c4..c128032 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 b37c1f5..383a423 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 339e0a1..a85a9d8 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 2ff3564..50a96da 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 a589d30..05107d9 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 1d4d118..7b68dc0 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 03eaaef..3f4d16f 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 34af2f0..2ef15f7 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 97ba528..56b8585 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 8e6d540..42065f6 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 f20ce8a..b2f2b80 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 74fdb44..5337477 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 2d3691a..1c8fc58 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 32a3bbb..f1018a1 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 57815e1..e99a6e8 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 a9d89dc..daef040 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 66c1f49..41128da 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 f0a13d0..04fd21d 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 196925b..f83cb4c 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 a9a4f38..16948b1 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 42ab083..ae3ed3f 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 3204d0f..d63002f 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 346803c..dbef97e 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 33c382f..6d5a644 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 e3bf938..3de54d8 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 db182ad..862d71e 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 578e63f..6a7d4f6 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 385fce1..2666913 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 71fef2e..495c76e 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 5f1bd07..fa2c97e 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 676c4ef..0d20d6c 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 0e571bc..acae7ec 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 2aa0f05..76c2e36 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 d4ce327..5249491 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 b0017e6..39a1f29 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 500e82b..e3433c5 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 56a742d..fa5cc74 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 93df396..e085eba 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 f3d46b1..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 29d2d3a..2f04fbb 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 8b6e9a3..031d173 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 2f42c76..a91e296 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 02b34dc..b7bae34 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 38adf45..41cd74e 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 b26b925..b51a565 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 fcfa0bc..8a5dce0 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]