summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-string-parser.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-string-parser.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-string-parser.c')
-rw-r--r--tp-account-widgets/tpaw-string-parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-string-parser.c b/tp-account-widgets/tpaw-string-parser.c
index 28ef47ca..9844c29a 100644
--- a/tp-account-widgets/tpaw-string-parser.c
+++ b/tp-account-widgets/tpaw-string-parser.c
@@ -22,7 +22,8 @@
#include "tpaw-string-parser.h"
#include <string.h>
-#include <tp-account-widgets/tpaw-utils.h>
+
+#include "tpaw-utils.h"
#define SCHEMES "([a-zA-Z\\+]+)"
#define INVALID_CHARS "\\s\"<>"