summaryrefslogtreecommitdiff
path: root/src/avahi-contact.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:45:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:45:01 +0000
commit6e71b391494a265ecfe80691d8acfd8340d3eab2 (patch)
tree5937f6a5d589100b5b9ccbf98fb0ea986964102a /src/avahi-contact.c
parent09ec3a02b7d034d96a8d2741b246dd65f9b43c0c (diff)
downloadtelepathy-salut-6e71b391494a265ecfe80691d8acfd8340d3eab2.tar.gz
Include config.h and our corresponding header first in every source file
Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
Diffstat (limited to 'src/avahi-contact.c')
-rw-r--r--src/avahi-contact.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/avahi-contact.c b/src/avahi-contact.c
index b8e0769f..67f2ba48 100644
--- a/src/avahi-contact.c
+++ b/src/avahi-contact.c
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+#include "avahi-contact.h"
+
#include <dbus/dbus-glib.h>
#include <stdio.h>
#include <stdlib.h>
@@ -29,8 +32,6 @@
#include <avahi-common/defs.h>
#include <avahi-common/malloc.h>
-#include "avahi-contact.h"
-
#include <telepathy-glib/channel-factory-iface.h>
#include <telepathy-glib/interfaces.h>