summaryrefslogtreecommitdiff
path: root/libempathy
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 /libempathy
parent22e67d00902d4ded9ceea8fbc0f9b168c47a3f2e (diff)
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 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>