summaryrefslogtreecommitdiff
path: root/src/im-manager.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/im-manager.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/im-manager.c')
-rw-r--r--src/im-manager.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/im-manager.c b/src/im-manager.c
index fe5c7bca..9fdb7801 100644
--- a/src/im-manager.c
+++ b/src/im-manager.c
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+#include "im-manager.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -25,7 +28,6 @@
#include "extensions/extensions.h"
#include "im-channel.h"
-#include "im-manager.h"
#include "contact.h"
#include <gibber/gibber-linklocal-transport.h>