summaryrefslogtreecommitdiff
path: root/telepathy-glib/message.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 15:55:21 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 15:55:21 +0100
commit9941a7da24f4b237642a9b71d88a33120ecdcbd2 (patch)
tree232ac89ee68805bdd140cae498ad7d1758a09f03 /telepathy-glib/message.h
parent11aa27245aa76196254918058356331b4d852d92 (diff)
downloadtelepathy-glib-9941a7da24f4b237642a9b71d88a33120ecdcbd2.tar.gz
move include out of G_BEGIN_DECLS
Diffstat (limited to 'telepathy-glib/message.h')
-rw-r--r--telepathy-glib/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/message.h b/telepathy-glib/message.h
index 683ea1715..46cd5fb3e 100644
--- a/telepathy-glib/message.h
+++ b/telepathy-glib/message.h
@@ -21,11 +21,11 @@
#ifndef __TP_MESSAGE_H__
#define __TP_MESSAGE_H__
-G_BEGIN_DECLS
-
#include <telepathy-glib/defs.h>
#include <telepathy-glib/handle.h>
+G_BEGIN_DECLS
+
#define TP_TYPE_MESSAGE (tp_message_get_type ())
#define TP_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TP_TYPE_MESSAGE, TpMessage))
#define TP_MESSAGE_CLASS(obj) (G_TYPE_CHECK_CLASS_CAST ((obj), TP_TYPE_MESSAGE, TpMessageClass))