aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
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 /libempathy
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
Diffstat (limited to 'libempathy')
-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
12 files changed, 12 insertions, 12 deletions
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>