[next] telepathy-glib: variant-util: use the same single-inclusion guard as the rest
Simon McVittie
smcv at kemper.freedesktop.org
Tue Sep 17 10:24:23 PDT 2013
Module: telepathy-glib
Branch: next
Commit: 1731c83ac21d352bd335429e99e826987b067377
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=1731c83ac21d352bd335429e99e826987b067377
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Sep 17 14:32:28 2013 +0100
variant-util: use the same single-inclusion guard as the rest
This file was added since 'next' branched, so it wasn't included
in this change.
---
telepathy-glib/variant-util.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/variant-util.h b/telepathy-glib/variant-util.h
index 55124d4..191cc3b 100644
--- a/telepathy-glib/variant-util.h
+++ b/telepathy-glib/variant-util.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#if defined (TP_DISABLE_SINGLE_INCLUDE) && !defined (_TP_IN_META_HEADER) && !defined (_TP_COMPILATION)
-#error "Only <telepathy-glib/telepathy-glib.h> and <telepathy-glib/telepathy-glib-dbus.h> can be included directly."
+#if !defined (_TP_GLIB_H_INSIDE) && !defined (_TP_COMPILATION)
+#error "Only <telepathy-glib/telepathy-glib.h> can be included directly."
#endif
#ifndef __TP_VARIANT_UTIL_H__
More information about the telepathy-commits
mailing list