summaryrefslogtreecommitdiffstats
path: root/src/bplist.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-10-22 04:39:47 +0200
committerGravatar Nikias Bassen2016-10-22 04:39:47 +0200
commit392135c7db4d9cb4a14ff5935d7c4c6e21363847 (patch)
tree0e19125ed99b6b2ced754d1b9b3f4bc5245f8c39 /src/bplist.c
parenta3263ad344ff315ac1cba96f0b84b9afff6da787 (diff)
downloadlibplist-392135c7db4d9cb4a14ff5935d7c4c6e21363847.tar.gz
libplist-392135c7db4d9cb4a14ff5935d7c4c6e21363847.tar.bz2
Remove libxml2 dependency in favor of custom XML parsing
Diffstat (limited to 'src/bplist.c')
-rw-r--r--src/bplist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bplist.c b/src/bplist.c
index fbe1b63..78b8255 100644
--- a/src/bplist.c
+++ b/src/bplist.c
@@ -2,7 +2,7 @@
2 * bplist.c 2 * bplist.c
3 * Binary plist implementation 3 * Binary plist implementation
4 * 4 *
5 * Copyright (c) 2011-2015 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2011-2016 Nikias Bassen, All Rights Reserved.
6 * Copyright (c) 2008-2010 Jonathan Beck, All Rights Reserved. 6 * Copyright (c) 2008-2010 Jonathan Beck, All Rights Reserved.
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
@@ -28,7 +28,6 @@
28#include <stdio.h> 28#include <stdio.h>
29#include <string.h> 29#include <string.h>
30 30
31#include <libxml/encoding.h>
32#include <ctype.h> 31#include <ctype.h>
33 32
34#include <plist/plist.h> 33#include <plist/plist.h>