diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 15:42:27 +0100 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 17:38:36 +0100 |
commit | 4aa8651880d7ef554914e231a6de4651dd41acca (patch) | |
tree | a3bed51e1c547640f10a2cffe3076140861b7e6d /src | |
parent | 22e67d00902d4ded9ceea8fbc0f9b168c47a3f2e (diff) | |
download | empathy-4aa8651880d7ef554914e231a6de4651dd41acca.tar.gz |
Consistently use `#include "config.h"` everywhere
https://bugzilla.gnome.org/show_bug.cgi?id=696718
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-about-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-accounts-common.c | 2 | ||||
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-accounts.c | 2 | ||||
-rw-r--r-- | src/empathy-audio-sink.c | 2 | ||||
-rw-r--r-- | src/empathy-auth-client.c | 2 | ||||
-rw-r--r-- | src/empathy-call-observer.c | 2 | ||||
-rw-r--r-- | src/empathy-call.c | 2 | ||||
-rw-r--r-- | src/empathy-camera-menu.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 | ||||
-rw-r--r-- | src/empathy-chat.c | 2 | ||||
-rw-r--r-- | src/empathy-chatrooms-window.c | 2 | ||||
-rw-r--r-- | src/empathy-debugger.c | 2 | ||||
-rw-r--r-- | src/empathy-event-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-import-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-import-pidgin.c | 2 | ||||
-rw-r--r-- | src/empathy-import-widget.c | 2 | ||||
-rw-r--r-- | src/empathy-mic-menu.c | 2 | ||||
-rw-r--r-- | src/empathy-mic-monitor.c | 2 | ||||
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-notifications-approver.c | 2 | ||||
-rw-r--r-- | src/empathy-preferences.c | 2 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 2 | ||||
-rw-r--r-- | src/empathy-status-icon.c | 2 | ||||
-rw-r--r-- | src/empathy.c | 2 |
25 files changed, 25 insertions, 25 deletions
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> |