diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-09-17 15:52:45 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-09-17 15:52:45 -0400 |
commit | f6dc62216bb0c771b4421fbfe5e7131f6f188a04 (patch) | |
tree | c7d5412e547af3c1a475660ff3867b018faa6f36 | |
parent | 82a9f3153ceab07aec0a8fac22a48fc50f527873 (diff) |
No need to pretend we are in telepathy-glib.h when we are in telepathy-glib-dbus.h
-rw-r--r-- | telepathy-glib/telepathy-glib-dbus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/telepathy-glib-dbus.h b/telepathy-glib/telepathy-glib-dbus.h index b2ca81fc3..176d93575 100644 --- a/telepathy-glib/telepathy-glib-dbus.h +++ b/telepathy-glib/telepathy-glib-dbus.h @@ -24,7 +24,6 @@ #include <telepathy-glib/telepathy-glib.h> #define _TP_GLIB_DBUS_H_INSIDE -#define _TP_GLIB_H_INSIDE /* common */ #include <telepathy-glib/gtypes.h> @@ -67,6 +66,5 @@ #include <telepathy-glib/svc-tls.h> #undef _TP_GLIB_DBUS_H_INSIDE -#undef _TP_GLIB_H_INSIDE #endif /* __TP_GLIB_DBUS_H__ */ |