summaryrefslogtreecommitdiff
path: root/src/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/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/contact.c')
-rw-r--r--src/contact.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/contact.c b/src/contact.c
index 9a306d45..197b2807 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -17,11 +17,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+#include "contact.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "contact.h"
#include "presence.h"
#include "presence-cache.h"
#include "enumtypes.h"