summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-protocol.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-31 16:19:44 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:44:24 +0100
commit6a7fa83fc55186a831e49b3c8a800e8b10781c98 (patch)
tree656c9b01095767724805260f7c4bd00e975b1481 /tp-account-widgets/tpaw-protocol.c
parentf0ef03691fee8d15639c37475b68449fe7a99dbd (diff)
downloadtelepathy-account-widgets-6a7fa83fc55186a831e49b3c8a800e8b10781c98.tar.gz
tp-account-widgets/: remove absolute include for internal headers
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-protocol.c')
-rw-r--r--tp-account-widgets/tpaw-protocol.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-protocol.c b/tp-account-widgets/tpaw-protocol.c
index 55b43b97..72c579fc 100644
--- a/tp-account-widgets/tpaw-protocol.c
+++ b/tp-account-widgets/tpaw-protocol.c
@@ -26,8 +26,9 @@
#include "tpaw-protocol.h"
#include <glib/gi18n-lib.h>
-#include <tp-account-widgets/tpaw-connection-managers.h>
-#include <tp-account-widgets/tpaw-utils.h>
+
+#include "tpaw-connection-managers.h"
+#include "tpaw-utils.h"
struct _TpawProtocolPriv
{